diff options
| author | syuilo <4439005+syuilo@users.noreply.github.com> | 2025-03-25 09:50:59 +0900 |
|---|---|---|
| committer | syuilo <4439005+syuilo@users.noreply.github.com> | 2025-03-25 09:50:59 +0900 |
| commit | 26b2cfe51877575631b4aa73b353cf7f415d6089 (patch) | |
| tree | 1227c181a22eb4bb9708208d39dbe0e3f6ad74c8 /packages/frontend/src/preferences | |
| parent | enhance(frontend): バックグラウンドでチャットメッセージが... (diff) | |
| download | sharkey-26b2cfe51877575631b4aa73b353cf7f415d6089.tar.gz sharkey-26b2cfe51877575631b4aa73b353cf7f415d6089.tar.bz2 sharkey-26b2cfe51877575631b4aa73b353cf7f415d6089.zip | |
enhance(frontend): ナビゲーションバーの副ボタンを非表示にできるように
Diffstat (limited to 'packages/frontend/src/preferences')
| -rw-r--r-- | packages/frontend/src/preferences/def.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/frontend/src/preferences/def.ts b/packages/frontend/src/preferences/def.ts index 127ebeef0c..310c3856eb 100644 --- a/packages/frontend/src/preferences/def.ts +++ b/packages/frontend/src/preferences/def.ts @@ -329,6 +329,9 @@ export const PREF_DEF = { makeEveryTextElementsSelectable: { default: DEFAULT_DEVICE_KIND === 'desktop', }, + showNavbarSubButtons: { + default: true, + }, plugins: { default: [] as Plugin[], }, |