mirror of
https://github.com/kimmknight/remoteapptool.git
synced 2025-11-29 12:38:15 +00:00
*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:
@@ -12,7 +12,6 @@ Public Class RemoteAppEditWindow
|
||||
HelpSystem.SetupTips(Me)
|
||||
Me.LoadValues()
|
||||
Dim dlgResult = Me.ShowDialog()
|
||||
RemoteAppMainWindow.ReloadApps()
|
||||
Me.Dispose()
|
||||
Return RemoteApp
|
||||
End Function
|
||||
|
||||
Reference in New Issue
Block a user