diff --git a/app/DD_PM_WINDREAM/frmMain.vb b/app/DD_PM_WINDREAM/frmMain.vb index bc9d7ca..d8f8ec9 100644 --- a/app/DD_PM_WINDREAM/frmMain.vb +++ b/app/DD_PM_WINDREAM/frmMain.vb @@ -736,9 +736,11 @@ Public Class frmMain End Sub Private Sub Timer_Tick(sender As System.Object, e As System.EventArgs) Handles TimerRefresh.Tick + SaveGridLayout() Load_Profile_items() Decide_Load() tsslblLastSysnc.Text = "Letzte Synchronisation: " & Now.ToLongTimeString + RestoreLayout() End Sub Private Sub NotifyIcon1_Click(sender As System.Object, e As System.EventArgs) Handles NotifyIcon1.Click @@ -777,8 +779,10 @@ Public Class frmMain End Sub Private Sub ToolStripButton2_Click_1(sender As Object, e As EventArgs) Handles tsbtnrefresh.Click + SaveGridLayout() Load_Profile_items() Decide_Load() + RestoreLayout() End Sub Private Sub ToolStripButton2_Click_2(sender As Object, e As EventArgs)