Skip to content

Commit bbeeba8

Browse files
Improve hidden tray notification text (#127)
1 parent cb19be6 commit bbeeba8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

DesktopClock/MainWindow.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ private void Window_SourceInitialized(object sender, EventArgs e)
322322

323323
if (Settings.Default.StartHidden)
324324
{
325-
_trayIcon?.ShowNotification("Started hidden", "Use the tray icon to show it");
325+
_trayIcon?.ShowNotification("Running in the background", "Double-click the tray icon to show the clock.");
326326
this.HideFromScreen();
327327
ApplyWindowVisibilitySettings();
328328
}

0 commit comments

Comments
 (0)