synced day selector + implemented current time difference in analytics

This commit is contained in:
2024-11-08 16:00:38 +01:00
parent d957ce6a1d
commit 6271cdd99d
12 changed files with 72 additions and 15 deletions

View File

@@ -43,6 +43,7 @@ export class SettingsPage {
this.input.pauseAfter9 ??= this.settings.pauseAfter9;
this.input.maxOverTime ??= this.settings.maxOverTime;
this.input.desiredOverTime ??= this.settings.desiredOverTime;
this.input.dontTrackPauseAfter ??= this.settings.dontTrackPauseAfter;
this.settingsProvider.saveSettings(this.input);