mirror of
https://github.com/terrymacdonald/DisplayMagician.git
synced 2024-08-30 18:32:20 +00:00
Fixed 'save your changes' message on load
The 'change' detection logic now works (mostly) but it still incorrectly triggers if you change tabs, even if the settings don't change. Should probably look at a proper fix.
This commit is contained in:
@ -296,14 +296,6 @@ namespace HeliosPlus
|
||||
return true;
|
||||
}
|
||||
|
||||
/* public static uint GetNextAvailableShortcutId()
|
||||
{
|
||||
return ++_lastShortcutId;
|
||||
}*/
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
private static bool LoadShortcuts()
|
||||
{
|
||||
|
Reference in New Issue
Block a user