You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's annoying that the main window always resets itself to default size and position when you close it. Since this isn't really a setting but more like the current state of the form, it could simply be saved into the .NET application settings when exiting and loaded on startup.
The text was updated successfully, but these errors were encountered:
Added the description column to the VM listview from issue #79
Main window size and position is now saved and restored as per issue #82
VM list is now reloaded after a VM is edited
VM window is now focused when opening settings as well
Removed the VM description tooltip as it's no longer needed
Removed unused Win32 imports
It's annoying that the main window always resets itself to default size and position when you close it. Since this isn't really a setting but more like the current state of the form, it could simply be saved into the .NET application settings when exiting and loaded on startup.
The text was updated successfully, but these errors were encountered: