declare type DesktopConfig = { firstLaunch: boolean; customFrame: boolean; minimiseToTray: boolean; spellchecker: boolean; hardwareAcceleration: boolean; discordRpc: boolean; windowState: { isMaximised: boolean; }; };