static void ReloadAll()
        {
            //Reloads all settings every time this is updated, make a way so it reloads after it finishes loading later

            VideoSettings.UpdateAllPresetBoxes();
        }
 public static void Reload(bool force)
 {
     allPresets         = new string[columns, 99];
     currentPresetCount = 0;
     VideoSettings.UpdateAllPresetBoxes(force);
 }