This website requires JavaScript.
Explore
Help
Sign In
Mirrored_Repos
/
DisplayMagician
Watch
1
Star
0
Fork
0
You've already forked DisplayMagician
mirror of
https://github.com/terrymacdonald/DisplayMagician.git
synced
2024-08-30 18:32:20 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
683bf3d936
DisplayMagician
/
HeliosPlus.Shared
/
HeliosStartupAction.cs
8 lines
127 B
C#
Raw
Normal View
History
Unescape
Escape
Renamed app to HeliosPlus namespace and more Renamed app to HeliosPlus namespace so that the updated changes don't interfere with HeliosDisplayManagement if that is also installed. The fact that I've changed so much of the app means that my changes would be unlikely to be accepted by Soroush, so I'm best to release this work in a similar way to other projects like Notepad++, by keeping the same root name, and adding a plus. I've also changed the Shortcut form to put all the games in a single list to reduce the number of clicks a user has to do in order for them to create a shortcut. I have begun to prepare the form so that it will support multiple game libraries, but now I am at a point that I need to fix the Steam and Uplay game detection mechanisms so that they report the correct information for the lv_games list view.
2020-04-23 08:16:16 +00:00
namespace
HeliosPlus.Shared
Add project files.
2017-02-26 19:23:31 +00:00
{
public
enum
HeliosStartupAction
{
[WIP] Partially working RunShortcut command 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.
2020-10-11 08:12:52 +00:00
RunShortcut
,
StartUpNormally
Add project files.
2017-02-26 19:23:31 +00:00
}
}
Reference in New Issue
Copy Permalink