change default of new notifications to light mode

This commit is contained in:
mshafer1
2024-12-21 15:27:22 -06:00
parent 5f57898f9b
commit 1b51a06eb6

View File

@@ -331,7 +331,7 @@ namespace ntfysh_client
UseNativeWindowsNotifications = true,
UseCustomTrayNotifications = false,
CustomTrayNotificationsShowTimeoutBar = true,
CustomTrayNotificationsShowInDarkMode = true,
CustomTrayNotificationsShowInDarkMode = false,
};
private void MergeSettingsRevisions(SettingsModel older, SettingsModel newer)