feat: add tabbed settings dialog
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user