diff options
| author | dakkar <dakkar@thenautilus.net> | 2024-10-18 22:00:07 +0100 |
|---|---|---|
| committer | dakkar <dakkar@thenautilus.net> | 2024-10-18 22:00:07 +0100 |
| commit | 52e291af67e6cbfa4ac338e02c8beb6dfd7e113a (patch) | |
| tree | 5454b299a585b9d423b4a9e421debd0069b7151f /packages/frontend/src/store.ts | |
| parent | add scripts to run eslint on all packages (diff) | |
| parent | merge: Free up Usernames after deny/decline (!696) (diff) | |
| download | sharkey-52e291af67e6cbfa4ac338e02c8beb6dfd7e113a.tar.gz sharkey-52e291af67e6cbfa4ac338e02c8beb6dfd7e113a.tar.bz2 sharkey-52e291af67e6cbfa4ac338e02c8beb6dfd7e113a.zip | |
Merge branch 'develop' into feature/2024.9.0
Diffstat (limited to 'packages/frontend/src/store.ts')
| -rw-r--r-- | packages/frontend/src/store.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/frontend/src/store.ts b/packages/frontend/src/store.ts index a00afcd79a..8f356c557b 100644 --- a/packages/frontend/src/store.ts +++ b/packages/frontend/src/store.ts @@ -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, |