mirror of
https://github.com/terrymacdonald/DisplayMagician.git
synced 2024-08-30 18:32:20 +00:00
Added initial ability to minimise to notification area
Used some awesome help from Hans Passant to build logic to allow minimise to notification area as well as be able to change profiles etc from the notification area. https://stackoverflow.com/questions/1730731/how-to-start-winform-app-minimized-to-tray
This commit is contained in:
@ -399,6 +399,9 @@ namespace HeliosPlus
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Sort the shortcuts alphabetically
|
||||
_allShortcuts.Sort();
|
||||
}
|
||||
}
|
||||
_shortcutsLoaded = true;
|
||||
|
Reference in New Issue
Block a user