CSL.SettingsHandler.SetMinimizeToTray C# (CSharp) Method

SetMinimizeToTray() public static method

public static SetMinimizeToTray ( bool value ) : void
value bool
return void
        public static void SetMinimizeToTray(bool value)
        {
            settings.MinimizeToTray = value;
            settings.Save();
        }