feat(frontend): マウスでもタイムラインを引っ張って更新できるように & MkPullToRefreshのパフォーマンス向上
This commit is contained in:
parent
c5235a7b2f
commit
df1a3742dd
8 changed files with 109 additions and 92 deletions
|
|
@ -300,6 +300,9 @@ export const PREF_DEF = {
|
|||
enableHorizontalSwipe: {
|
||||
default: true,
|
||||
},
|
||||
enablePullToRefresh: {
|
||||
default: true,
|
||||
},
|
||||
useNativeUiForVideoAudioPlayer: {
|
||||
default: false,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue