1
0

Merge branch 'develop' into feature/2024.9.0

This commit is contained in:
dakkar
2024-10-18 22:00:07 +01:00
19 changed files with 206 additions and 18 deletions
+4
View File
@@ -481,6 +481,10 @@ export const defaultStore = markRaw(new Storage('base', {
where: 'device',
default: 'horizontal' as 'vertical' | 'horizontal',
},
notificationClickable: {
where: 'device',
default: false,
},
enableCondensedLine: {
where: 'device',
default: true,