mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-03 12:36:06 +02:00
enhance(frontend): ナビゲーションバーの副ボタンを非表示にできるように
This commit is contained in:
@@ -329,6 +329,9 @@ export const PREF_DEF = {
|
||||
makeEveryTextElementsSelectable: {
|
||||
default: DEFAULT_DEVICE_KIND === 'desktop',
|
||||
},
|
||||
showNavbarSubButtons: {
|
||||
default: true,
|
||||
},
|
||||
plugins: {
|
||||
default: [] as Plugin[],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user