toast notifications(+) #17

Merged
mshafer1 merged 41 commits from dev/toast_notifications_plus into master 2025-02-11 04:53:56 -05:00
Showing only changes of commit 1b51a06eb6 - Show all commits
+1 -1
View File
10
@@ -331,7 +331,7 @@ namespace ntfysh_client
UseNativeWindowsNotifications = true,
UseCustomTrayNotifications = false,
CustomTrayNotificationsShowTimeoutBar = true,
CustomTrayNotificationsShowInDarkMode = true,
CustomTrayNotificationsShowInDarkMode = false,
};
private void MergeSettingsRevisions(SettingsModel older, SettingsModel newer)
2