*All* app icons were previously (re)loaded from file every time an app is created or edited. Now icons are *individually* reloaded only when an app is added/edited, significantly improving performance. Addresses issue #136

This commit is contained in:
Kim Knight
2024-09-22 00:26:26 +10:00
parent fb4e4c03e1
commit 25681bcbbd
2 changed files with 17 additions and 6 deletions

View File

@@ -12,7 +12,6 @@ Public Class RemoteAppEditWindow
HelpSystem.SetupTips(Me)
Me.LoadValues()
Dim dlgResult = Me.ShowDialog()
RemoteAppMainWindow.ReloadApps()
Me.Dispose()
Return RemoteApp
End Function