Describe the bug
Window preview is not displayed in the taskbar with transparent: "true":
{
"borderless": true/false,
"transparent": true,
}

Also I tried other combinations:
-
"borderless": false and "transparent": false. It's correct.

-
"borderless": true and "transparent": false. It's correct too.

To Reproduce
Steps to reproduce the behavior:
- Set
modes.window.transparent to true in neutralino.config.json
npm run dev or build app
Expected behavior
The window preview should display correctly
Specifications
- OS: Windows 10 x64
- Neutralinojs version: v5.6.0
- Neutralinojs client library version: v5.6.0
- Neutralinojs CLI version: v11.3.1
Describe the bug
Window preview is not displayed in the taskbar with
transparent: "true":Also I tried other combinations:
"borderless": falseand"transparent": false. It's correct."borderless": trueand"transparent": false. It's correct too.To Reproduce
Steps to reproduce the behavior:
modes.window.transparenttotrueinneutralino.config.jsonnpm run devor build appExpected behavior
The window preview should display correctly
Specifications