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:
terrymacdonald
2020-07-13 19:53:25 +12:00
parent 5b396032ff
commit 0e985238f9
2 changed files with 34 additions and 24 deletions

View File

@ -296,14 +296,6 @@ namespace HeliosPlus
return true;
}
/* public static uint GetNextAvailableShortcutId()
{
return ++_lastShortcutId;
}*/
private static bool LoadShortcuts()
{