mirror of
https://github.com/WowUp/WowUp.git
synced 2026-05-19 03:54:44 -04:00
Merge pull request #273 from mrchops1024/fix/launch-minimized-toggle
fix(electron): disable start minimized when auto launch disabled
This commit is contained in:
@@ -66,6 +66,8 @@ export class OptionsAppSectionComponent implements OnInit {
|
||||
this.wowupService.startWithSystem = evt.checked;
|
||||
if (!evt.checked) {
|
||||
this.startMinimized = false;
|
||||
} else {
|
||||
this.startMinimized = this.wowupService.startMinimized;
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user