This commit is contained in:
Jade Rowland 2023-12-07 22:17:50 -05:00
parent ac2e450e38
commit 52628920d9
5 changed files with 109 additions and 6 deletions

View file

@ -20,6 +20,7 @@ export const defaultSettings = {
panelPosition: 'bottom',
userPatterns: '{}',
activePattern: '',
audioDeviceName: '',
};
export const settingsMap = persistentMap('strudel-settings', defaultSettings);