Skip to content

Commit

Permalink
tweak: スワイプしてタブを切り替える はデフォルトで無効にする
Browse files Browse the repository at this point in the history
  • Loading branch information
taiyme committed Apr 26, 2024
1 parent 53727e6 commit 95885ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frontend/src/store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ export const defaultStore = markRaw(new Storage('base', {
},
enableHorizontalSwipe: {
where: 'device',
default: true,
default: false,
},
useNativeUIForVideoAudioPlayer: {
where: 'device',
Expand Down

0 comments on commit 95885ba

Please sign in to comment.