diff options
| author | Michael <[email protected]> | 2017-06-17 21:03:27 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-06-17 21:03:27 -0400 |
| commit | a3cd6c0e6045d12f0cb8c9355bcd50f12e367f3b (patch) | |
| tree | 9ffc62b370eaeb24255453c5bda0ace2558c1277 /ShiftOS_TheReturn/Skinning.cs | |
| parent | 81f10b0686fed7254af3f43d15ad39fe44a48de3 (diff) | |
| download | shiftos_thereturn-a3cd6c0e6045d12f0cb8c9355bcd50f12e367f3b.tar.gz shiftos_thereturn-a3cd6c0e6045d12f0cb8c9355bcd50f12e367f3b.tar.bz2 shiftos_thereturn-a3cd6c0e6045d12f0cb8c9355bcd50f12e367f3b.zip | |
Commands are parsed with a bash-style syntax by default
Diffstat (limited to 'ShiftOS_TheReturn/Skinning.cs')
| -rw-r--r-- | ShiftOS_TheReturn/Skinning.cs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ShiftOS_TheReturn/Skinning.cs b/ShiftOS_TheReturn/Skinning.cs index ab2d6b1..e00a2ef 100644 --- a/ShiftOS_TheReturn/Skinning.cs +++ b/ShiftOS_TheReturn/Skinning.cs @@ -637,6 +637,9 @@ namespace ShiftOS.Engine [ShifterDescription("The maximize button color")] public Color MaximizeButtonColor = Accent1; + [ShifterHidden] + public CommandParser CurrentParser = CommandParser.GenerateSample(); + [ShifterMeta("Windows")] [ShifterCategory("Title Buttons")] [ShifterName("Minimize Button Color")] |
