Skip to content

Commit

Permalink
refactor: open sidebars by default
Browse files Browse the repository at this point in the history
  • Loading branch information
buhodev committed Oct 31, 2022
1 parent 1e08883 commit 0b5fdd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/buhodev/PasswordGenerator.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
let manualSeed = ''
let mouseSeed = ''
let isSidebarOpen = false
let isHistoryOpen = false
let isSidebarOpen = true
let isHistoryOpen = true
let view: 'generate' | 'check' = 'generate'
let sidebarView: 'password' | 'passphrase' = 'password'
let hasEllipsis = false
Expand Down

0 comments on commit 0b5fdd3

Please sign in to comment.