Skip to content

Commit db5eeca

Browse files
committed
Update ToastPopup.vb
Use Short Program Version Instead of complete Program Version
1 parent f2fd21b commit db5eeca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WinNUT_V2/WinNUT_GUI/ToastPopup.vb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Public Class ToastPopup
5656
'toast.Failed += ToastFailed
5757

5858
'Show the toast. Be sure to specify the AppUserModelId on your application's shortcut!
59-
Dim AppId As String = WinNUT_Globals.ProgramName & " - " & WinNUT_Globals.ProgramVersion
59+
Dim AppId As String = WinNUT_Globals.ProgramName & " - " & WinNUT_Globals.ShortProgramVersion
6060
Windows.UI.Notifications.ToastNotificationManager.CreateToastNotifier(AppId).Show(toast)
6161
End Sub
6262
End Class

0 commit comments

Comments
 (0)