DisplayMagician/HeliosPlus.Shared/HeliosStartupAction.cs
Terry MacDonald 7355b419e8 Added ChangeProfile startup action
Added the ChangeProfile startup action so that
the Notification Icon in the Notification Tray will
be able to change the display profile easily.
2020-10-22 22:05:15 +13:00

9 lines
150 B
C#

namespace HeliosPlus.Shared
{
public enum HeliosStartupAction
{
RunShortcut,
ChangeProfile,
StartUpNormally
}
}