public static void ApplySettings() { ApplyDefaultSettings(); ITUNAutonomy.ApplyChanges(); FunFactor.ApplyFunFactor(); Settings.Apply(); }
public static void ResetSettings() { ApplyDefaultSettings(); sSettings = null; FunFactor.ApplyFunFactor(); ApplySettings(); StartAlarms(); }