export interface IGuiSettingsState { enableSystemNotifications: boolean; autoConnect: boolean; monochromaticIcon: boolean; startMinimized: boolean; }