style: update default window
This commit is contained in:
parent
f268717466
commit
379795bb0c
1 changed files with 4 additions and 1 deletions
|
@ -56,9 +56,12 @@
|
||||||
"windows": [
|
"windows": [
|
||||||
{
|
{
|
||||||
"fullscreen": false,
|
"fullscreen": false,
|
||||||
|
"maximized": true,
|
||||||
|
"decorations": false,
|
||||||
|
"titleBarStyle": "Transparent",
|
||||||
"height": 600,
|
"height": 600,
|
||||||
"resizable": true,
|
"resizable": true,
|
||||||
"title": "Jankboard",
|
"title": "Jankboard 2",
|
||||||
"width": 800
|
"width": 800
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue