forked from mirrors/misskey
feat(frontend): ページのタブバーを下部に表示できるように
This commit is contained in:
@@ -381,6 +381,9 @@ export const PREF_DEF = definePreferences({
|
||||
showAvailableReactionsFirstInNote: {
|
||||
default: false,
|
||||
},
|
||||
showPageTabBarBottom: {
|
||||
default: false,
|
||||
},
|
||||
plugins: {
|
||||
default: [] as Plugin[],
|
||||
mergeStrategy: (a, b) => {
|
||||
|
||||
Reference in New Issue
Block a user