Mimic discord launch options

This commit is contained in:
Dean Campbell
2020-10-30 14:38:32 -07:00
parent f39c641bb9
commit 242bfa613e

View File

@@ -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;
}
};