Skip to content

Commit

Permalink
Make settings modal default to hidden
Browse files Browse the repository at this point in the history
  • Loading branch information
aszecsei committed Apr 23, 2018
1 parent ff90768 commit c169db5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/renderer/store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export const ElectricStateFactory = Record<IElectricState>({
themeName: 'dark',
addServerModalActive: false,
themeProperties: theme.get('dark') || backup,
settingsModalActive: true,
settingsModalActive: false,
settings: SettingsFactory(),
toggleTab: '1'
})
Expand Down

0 comments on commit c169db5

Please sign in to comment.