1
0

feat(user): migrate color scheme settings to persistance in db

This commit is contained in:
kolaente
2023-06-12 15:57:18 +02:00
parent 4b0022664a
commit 5325f6d7d9
5 changed files with 18 additions and 32 deletions

View File

@ -18,6 +18,7 @@ export default class UserSettingsModel extends AbstractModel<IUserSettings> impl
frontendSettings: IFrontendSettings = {
playSoundWhenDone: true,
quickAddMagicMode: PrefixMode.Default,
colorSchema: 'auto'
}
constructor(data: Partial<IUserSettings> = {}) {