add hide on start option (#1919)
* add hide on start option (#1918) * text update * clean up * removed `hideOnStart` from ConfigV1 & ConfigV2 * tests update
This commit is contained in:
@@ -34,6 +34,7 @@ export type ConfigV3 = {
|
||||
useSpellChecker: boolean;
|
||||
enableHardwareAcceleration: boolean;
|
||||
autostart: boolean;
|
||||
hideOnStart: boolean;
|
||||
spellCheckerLocales: string[];
|
||||
darkMode: boolean;
|
||||
downloadLocation: string;
|
||||
|
Reference in New Issue
Block a user