refresh profiles after closing admin, increase baloon time
This commit is contained in:
parent
0c8e77c993
commit
6d5806a814
@ -228,7 +228,7 @@ Public Class frmMain
|
||||
NotifyIconMain.BalloonTipTitle = "Clipboard Watcher"
|
||||
NotifyIconMain.BalloonTipText = "Es wurden keine passenden Profile gefunden."
|
||||
NotifyIconMain.BalloonTipIcon = ToolTipIcon.Warning
|
||||
NotifyIconMain.ShowBalloonTip(2000)
|
||||
NotifyIconMain.ShowBalloonTip(2500)
|
||||
End If
|
||||
|
||||
ElseIf CURRENT_PROFILES_WITH_RESULTS.Count = 0 Then
|
||||
@ -237,7 +237,7 @@ Public Class frmMain
|
||||
NotifyIconMain.BalloonTipTitle = "Clipboard Watcher"
|
||||
NotifyIconMain.BalloonTipText = "Es wurden weder Dokumente noch Daten gefunden!"
|
||||
NotifyIconMain.BalloonTipIcon = ToolTipIcon.Warning
|
||||
NotifyIconMain.ShowBalloonTip(2000)
|
||||
NotifyIconMain.ShowBalloonTip(2500)
|
||||
End If
|
||||
|
||||
Else
|
||||
@ -418,6 +418,8 @@ Public Class frmMain
|
||||
frmAdministration.ShowDialog()
|
||||
TimerClose.Start()
|
||||
MONITORING_ACTIVE = True
|
||||
|
||||
RefreshUI()
|
||||
End Sub
|
||||
|
||||
Private Sub bbtniKonfig_ItemClick(sender As Object, e As DevExpress.XtraBars.ItemClickEventArgs) Handles bbtniKonfig.ItemClick
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user