1
0
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:
syuilo
2025-08-04 20:03:34 +09:00
parent 2f13f923a8
commit bb56b3b4f1
8 changed files with 62 additions and 5 deletions

View File

@@ -381,6 +381,9 @@ export const PREF_DEF = definePreferences({
showAvailableReactionsFirstInNote: {
default: false,
},
showPageTabBarBottom: {
default: false,
},
plugins: {
default: [] as Plugin[],
mergeStrategy: (a, b) => {