panel position height dependent
This commit is contained in:
parent
c22c786cf2
commit
dd171f8320
2 changed files with 1 additions and 3 deletions
|
|
@ -30,7 +30,7 @@ export const defaultSettings = {
|
|||
isZen: false,
|
||||
soundsFilter: 'all',
|
||||
patternFilter: 'community',
|
||||
panelPosition: 'bottom',
|
||||
panelPosition: window.innerWidth > 1000 ? 'right' : 'bottom',
|
||||
isPanelPinned: true,
|
||||
userPatterns: '{}',
|
||||
audioDeviceName: defaultAudioDeviceName,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue