We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2fd21b commit db5eecaCopy full SHA for db5eeca
WinNUT_V2/WinNUT_GUI/ToastPopup.vb
@@ -56,7 +56,7 @@ Public Class ToastPopup
56
'toast.Failed += ToastFailed
57
58
'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
+ Dim AppId As String = WinNUT_Globals.ProgramName & " - " & WinNUT_Globals.ShortProgramVersion
60
Windows.UI.Notifications.ToastNotificationManager.CreateToastNotifier(AppId).Show(toast)
61
End Sub
62
End Class
0 commit comments