Merge branch 'main' into 31-reduce-startup-delay

This commit is contained in:
Philip Abbey
2024-01-08 00:14:05 +00:00
38 changed files with 92 additions and 57 deletions

View File

@ -75,12 +75,6 @@ class Settings {
Background.deleteTemporalEvent();
}
}
} else {
// Explicitly disable the background events for glances and ironically any use by the background service. However
// that has been avoided more recently by not using this object in BackgroundServiceDelegate.
if ((System has :ServiceDelegate) and (Background.getTemporalEventRegisteredTime() != null)) {
Background.deleteTemporalEvent();
}
}
if (Globals.scDebug) {
System.println("Settings update(): getTemporalEventRegisteredTime() = " + Background.getTemporalEventRegisteredTime());