Closed Robin-Haupt-1 closed 3 years ago
current updating of notes in the background depends on gui hooks that may not be triggered every day.
perhaps threading could be a solution. using a while loop with sleep in the main thread blocks the entire application
the method to use for this is mw.progress.timer
current updating of notes in the background depends on gui hooks that may not be triggered every day.
perhaps threading could be a solution. using a while loop with sleep in the main thread blocks the entire application