mirror of
https://github.com/terrymacdonald/DisplayMagician.git
synced 2024-08-30 18:32:20 +00:00
The RunShortcut commandline option mostly works but it fails to cleanly execute thanks to a partially broken Program.ApplyProfile. The ApplyProfile exception logic is not working properly and that is causing an exception in Program.RunShortcut. Just needs some improved ApplyProfile logic to detect when it does actually (correctly) fail.
8 lines
127 B
C#
8 lines
127 B
C#
namespace HeliosPlus.Shared
|
|
{
|
|
public enum HeliosStartupAction
|
|
{
|
|
RunShortcut,
|
|
StartUpNormally
|
|
}
|
|
} |