feat(frontend): タイトルバーを表示できるように
This commit is contained in:
parent
2e91cd6d45
commit
d6ae4c980b
11 changed files with 213 additions and 100 deletions
|
|
@ -333,6 +333,9 @@ export const PREF_DEF = {
|
|||
showNavbarSubButtons: {
|
||||
default: true,
|
||||
},
|
||||
showTitlebar: {
|
||||
default: false,
|
||||
},
|
||||
plugins: {
|
||||
default: [] as Plugin[],
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue