Skip to content

Commit

Permalink
fix: do not show settings by default
Browse files Browse the repository at this point in the history
  • Loading branch information
istudyatuni committed Jun 13, 2022
1 parent 6094e2f commit 2d1573e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stores/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export const draw = sessionStore('draw-settings', {

export const settings = sessionStore('settings', {
palette: default_map,
show_settings: true,
show_settings: false,
})

function parseHash() {
Expand Down

0 comments on commit 2d1573e

Please sign in to comment.