[MM-30713] Stop Linux and Windows app from minimizing/hiding without user warning (#1988)

* [MM-30713] Stop Linux app from minimizing/hiding without user warning

* Added same behaviour for Windows

* Update messages

* Change wording

* Fix for accidentally disabled setting
This commit is contained in:
Devin Binnie
2022-03-01 12:35:27 -05:00
committed by GitHub
parent 062ca92f31
commit fc13f877f2
7 changed files with 140 additions and 13 deletions

View File

@@ -40,6 +40,8 @@ export type ConfigV3 = {
downloadLocation: string;
spellCheckerURL?: string;
lastActiveTeam?: number;
alwaysMinimize?: boolean;
alwaysClose?: boolean;
}
export type ConfigV2 = {