Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bagusnl committed Dec 4, 2023
1 parent ac82338 commit 8a321e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CollapseLauncher/XAMLs/MainApp/TrayIcon.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public TrayIcon()
$"{_popupHelp2}";
#else
CollapseTaskbar.ToolTipText =
$"Collapse Launcher v{AppCurrentVersion.VersionString}d {(LauncherConfig.IsPreview ? _preview : _stable)}";
$"Collapse Launcher v{AppCurrentVersion.VersionString} {(LauncherConfig.IsPreview ? _preview : _stable)}";
#endif
CloseButton.Text = _exitApp;

Expand Down

0 comments on commit 8a321e0

Please sign in to comment.