summaryrefslogtreecommitdiffhomepage
path: root/gui/src/shared/gui-settings-state.ts
blob: fdda92d8302a0b071dac0a415557014d01b5c7ab (plain)
1
2
3
4
5
6
export interface IGuiSettingsState {
  enableSystemNotifications: boolean;
  autoConnect: boolean;
  monochromaticIcon: boolean;
  startMinimized: boolean;
}