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:
Terry MacDonald
2020-10-26 14:30:00 +13:00
parent ed0ccede4c
commit 23930a2a15
8 changed files with 319 additions and 125 deletions

View File

@ -399,6 +399,9 @@ namespace HeliosPlus
}
}
}
// Sort the shortcuts alphabetically
_allShortcuts.Sort();
}
}
_shortcutsLoaded = true;