タイトルバー非表示オプション削除

This commit is contained in:
syuilo
2021-04-15 23:27:28 +09:00
parent 05ba1d0fd4
commit a19c1535e8
4 changed files with 4 additions and 17 deletions

View File

@@ -184,10 +184,6 @@ export const defaultStore = markRaw(new Storage('base', {
where: 'device',
default: 'full' as 'full' | 'icon'
},
titlebar: {
where: 'device',
default: true
},
reportError: {
where: 'device',
default: false