This commit is contained in:
Jonathan Jenne
2021-02-02 16:13:43 +01:00
parent 8b5bb9a813
commit ea715dd9a9
4 changed files with 71 additions and 49 deletions

View File

@@ -229,7 +229,7 @@ Public Class frmMain
NotifyIconMain.BalloonTipTitle = "Clipboard Watcher"
NotifyIconMain.BalloonTipText = "Es wurden keine passenden Profile gefunden."
NotifyIconMain.BalloonTipIcon = ToolTipIcon.Warning
NotifyIconMain.ShowBalloonTip(2500)+
NotifyIconMain.ShowBalloonTip(2500)
Else
Logger.Info("Popup will not be shown. NOMATCH_INFO Is True.")
End If