[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:
@@ -40,6 +40,8 @@ export type ConfigV3 = {
|
||||
downloadLocation: string;
|
||||
spellCheckerURL?: string;
|
||||
lastActiveTeam?: number;
|
||||
alwaysMinimize?: boolean;
|
||||
alwaysClose?: boolean;
|
||||
}
|
||||
|
||||
export type ConfigV2 = {
|
||||
|
Reference in New Issue
Block a user