mirror of
https://github.com/terrymacdonald/DisplayMagician.git
synced 2024-08-30 18:32:20 +00:00
415ff0eed0
Decided to rename the application to DisplayMagician to make it way more discoverable. Turns out there are a LOT of applications named HeliosPlus!
9 lines
155 B
C#
9 lines
155 B
C#
namespace DisplayMagician.Shared
|
|
{
|
|
public enum HeliosStartupAction
|
|
{
|
|
RunShortcut,
|
|
ChangeProfile,
|
|
StartUpNormally
|
|
}
|
|
} |