mirror of
https://github.com/WowUp/WowUp.git
synced 2026-04-23 23:37:11 -04:00
Mimic discord launch options
This commit is contained in:
@@ -66,7 +66,8 @@ export class OptionsAppSectionComponent implements OnInit {
|
||||
this.wowupService.startWithSystem = evt.checked;
|
||||
if (!evt.checked) {
|
||||
this.startMinimized = false;
|
||||
this.wowupService.startMinimized = false;
|
||||
} else {
|
||||
this.startMinimized = this.wowupService.startMinimized;
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user