feat: add tabbed settings dialog

This commit is contained in:
2026-05-03 23:12:40 +02:00
parent e8d4d2e400
commit 3df489ba6a
5 changed files with 291 additions and 65 deletions

View File

@@ -134,6 +134,9 @@ func notifyUpdates(args []string) int {
if result.Total() == 0 {
return 0
}
if !cfg.NotificationsEnabled {
return 0
}
store, err := state.Load(defaultStatePath())
if err != nil {