Commit Graph

4 Commits

Author SHA1 Message Date
Kim Knight
25681bcbbd *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 2024-09-22 00:26:26 +10:00
Kim
0ddcc502da * Redesigned the Edit window, removing VPath field
* Adjusted code to use Path field instead of VPath field
* Changed name of IconPathCopyButton to IconResetButton and updated tooltip
2020-07-16 22:09:13 +10:00
brianga
5f469ddc91 Fix Issue #1
This commit fixes Issue #1:
  *  Issue #1 was caused by the app trying to modify a registry entry when making a new RemoteApp.
  *  As the registry entry does not exist due to the RemoteApp being new, the modify failed.
  *  Fix was to not attempt a rename on New RemoteApp creation from Advanced window.
2019-10-28 09:32:28 -06:00
Kim
f1f7664b91 Initial commit 2019-09-29 22:45:23 +10:00