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