diff --git a/ShiftOS.Frontend/Apps/Shifter.cs b/ShiftOS.Frontend/Apps/Shifter.cs new file mode 100644 index 0000000..0572ed5 --- /dev/null +++ b/ShiftOS.Frontend/Apps/Shifter.cs @@ -0,0 +1,162 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; +using Microsoft.Xna.Framework; +using Newtonsoft.Json; +using ShiftOS.Engine; +using ShiftOS.Frontend.GUI; + +namespace ShiftOS.Frontend.Apps +{ + [WinOpen("shifter")] + [DefaultTitle("Shifter")] + [Launcher("Shifter", false, null, "Customization")] + public class Shifter : Control, IShiftOSWindow + { + private const int metaWidth = 150; + private Button _apply = null; + private List