diff --git a/app/DD_Clipboard_Searcher/My Project/AssemblyInfo.vb b/app/DD_Clipboard_Searcher/My Project/AssemblyInfo.vb index 7b31120..0190f2f 100644 --- a/app/DD_Clipboard_Searcher/My Project/AssemblyInfo.vb +++ b/app/DD_Clipboard_Searcher/My Project/AssemblyInfo.vb @@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices ' übernehmen, indem Sie "*" eingeben: ' - + diff --git a/app/DD_Clipboard_Searcher/frmMain.vb b/app/DD_Clipboard_Searcher/frmMain.vb index 85c880b..99f2bac 100644 --- a/app/DD_Clipboard_Searcher/frmMain.vb +++ b/app/DD_Clipboard_Searcher/frmMain.vb @@ -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 diff --git a/app/SetupVS19/Product.wxs b/app/SetupVS19/Product.wxs index 4ed5e8f..27d7106 100644 --- a/app/SetupVS19/Product.wxs +++ b/app/SetupVS19/Product.wxs @@ -143,7 +143,7 @@ - +