diff --git a/wowup-electron/src/app/components/options-app-section/options-app-section.component.ts b/wowup-electron/src/app/components/options-app-section/options-app-section.component.ts index 17e90616..7a420d42 100644 --- a/wowup-electron/src/app/components/options-app-section/options-app-section.component.ts +++ b/wowup-electron/src/app/components/options-app-section/options-app-section.component.ts @@ -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; } };