Adding timezone support

This commit is contained in:
jpirnay
2026-03-26 18:46:28 +01:00
parent 166ce73e2d
commit 6e8254b815
11 changed files with 457 additions and 0 deletions
@@ -21,6 +21,7 @@ enum class SettingAction {
ClearCache,
CheckForUpdates,
Language,
DetectTimezone,
SyncTime,
};