Skip to content

Commit

Permalink
[skip ci] Bring TrayIcon popupHelp to publish
Browse files Browse the repository at this point in the history
  • Loading branch information
bagusnl committed Dec 8, 2023
1 parent dc33fa5 commit fc35d5e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CollapseLauncher/XAMLs/MainApp/TrayIcon.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@ public TrayIcon()
$"{_popupHelp2}";
#else
CollapseTaskbar.ToolTipText =
$"Collapse Launcher v{AppCurrentVersion.VersionString} {(LauncherConfig.IsPreview ? _preview : _stable)}";
$"Collapse Launcher v{AppCurrentVersion.VersionString} {(LauncherConfig.IsPreview ? _preview : _stable)}" +
$"{_popupHelp1}\r\n" +
$"{_popupHelp2}";
#endif
CloseButton.Text = _exitApp;

Expand Down

0 comments on commit fc35d5e

Please sign in to comment.