mirror of
https://github.com/terrymacdonald/DisplayMagician.git
synced 2024-08-30 18:32:20 +00:00
7355b419e8
Added the ChangeProfile startup action so that the Notification Icon in the Notification Tray will be able to change the display profile easily.
9 lines
150 B
C#
9 lines
150 B
C#
namespace HeliosPlus.Shared
|
|
{
|
|
public enum HeliosStartupAction
|
|
{
|
|
RunShortcut,
|
|
ChangeProfile,
|
|
StartUpNormally
|
|
}
|
|
} |