From 1b51a06eb6993f0c439eb2d1726fc33da12b8dd0 Mon Sep 17 00:00:00 2001 From: mshafer1 <2565361+mshafer1@users.noreply.github.com> Date: Sat, 21 Dec 2024 15:27:22 -0600 Subject: [PATCH] change default of new notifications to light mode --- ntfysh_client/MainForm.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ntfysh_client/MainForm.cs b/ntfysh_client/MainForm.cs index cb9b13e..24fe6ce 100644 --- a/ntfysh_client/MainForm.cs +++ b/ntfysh_client/MainForm.cs @@ -331,7 +331,7 @@ namespace ntfysh_client UseNativeWindowsNotifications = true, UseCustomTrayNotifications = false, CustomTrayNotificationsShowTimeoutBar = true, - CustomTrayNotificationsShowInDarkMode = true, + CustomTrayNotificationsShowInDarkMode = false, }; private void MergeSettingsRevisions(SettingsModel older, SettingsModel newer)