mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-02 05:05:54 +02:00
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