From 6d5806a8149380923796257bb403447b6a879210 Mon Sep 17 00:00:00 2001 From: Jonathan Jenne Date: Fri, 8 Jan 2021 13:44:23 +0100 Subject: [PATCH 1/3] refresh profiles after closing admin, increase baloon time --- app/DD_Clipboard_Searcher/frmMain.vb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 From ec008e7e5691d4a5eb0d2f54cc849092bb7d88e5 Mon Sep 17 00:00:00 2001 From: Jonathan Jenne Date: Fri, 8 Jan 2021 13:46:01 +0100 Subject: [PATCH 2/3] Version 2.1.0.2 --- app/DD_Clipboard_Searcher/My Project/AssemblyInfo.vb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: ' - + From 0835b3e4b23d38d8c4439958e2b70cf11da141fd Mon Sep 17 00:00:00 2001 From: Jonathan Jenne Date: Fri, 8 Jan 2021 14:54:47 +0100 Subject: [PATCH 3/3] Fix installer --- app/SetupVS19/Product.wxs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ - +