Skip to content

Commit

Permalink
Chore: Update default settings (except profile settings) (#46)
Browse files Browse the repository at this point in the history
* enhance(frontend): 一部のデフォルト設定を変更

* remove comments

* Chore: Reflect agreed-upon points from the discussion

---------

Co-authored-by: kakkokari-gtyih <[email protected]>
  • Loading branch information
kanarikanaru and kakkokari-gtyih authored Aug 29, 2024
1 parent 6235665 commit 43e5bf6
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions packages/frontend/src/store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,6 @@ export const defaultStore = markRaw(new Storage('base', {
'explore',
'announcements',
'search',
'-',
'ui',
],
},
visibility: {
Expand Down Expand Up @@ -256,11 +254,11 @@ export const defaultStore = markRaw(new Storage('base', {
},
useBlurEffectForModal: {
where: 'device',
default: !/mobile|iphone|android/.test(navigator.userAgent.toLowerCase()), // 循環参照するのでdevice-kind.tsは参照できない
default: false,
},
useBlurEffect: {
where: 'device',
default: !/mobile|iphone|android/.test(navigator.userAgent.toLowerCase()), // 循環参照するのでdevice-kind.tsは参照できない
default: false,
},
showFixedPostForm: {
where: 'device',
Expand Down

0 comments on commit 43e5bf6

Please sign in to comment.