Using ArchLinux x64 on Gnome 43.2
My windows object:
"windows": [
{
"label": "main",
"fullscreen": false,
"height": 900,
"width": 1600,
"minWidth": 1360,
"minHeight": 720,
"resizable": true,
"title": "Λ NIM Λ",
"visible": false
},
{
"width": 1200,
"height": 650,
"maxWidth": 1200,
"maxHeight": 650,
"minWidth": 920,
"minHeight": 500,
"decorations": false,
"url": "/splashscreen",
"transparent": true,
"resizable": true,
"center": true,
"label": "splashscreen"
}
]
Expected the app to open with the main window hidden
It's not what happens.