You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for reporting this issue, @h0uter! I can reproduce the problem, but have no idea what could be the reason.
Does anyone have an idea? Does it happen on macOS only?
First Check
Example Code
Description
window_args not respected with nicegui-pack
build the app using nicegui-pack
start the MacOS app by running
The window shown is not transparent and not frameless.
I expected it to be frameless and transparent.
Running without pyinstaller works
If I run the app locally by running the python file.
The window shown is frameless and transparent.
NiceGUI Version
2.19.0
Python Version
3.13.3
Browser
Other
Operating System
macOS
Additional Context
using ui.run(frameless=True) works as expected
If I use the option
ui.run(frameless=True)
in my codeand then build the app using nicegui-pack
start the MacOS app by running
The window shown is frameless but not tranparent.
The text was updated successfully, but these errors were encountered: