-
Notifications
You must be signed in to change notification settings - Fork 1
Window Advanced Usage
limbocingo edited this page Dec 22, 2023
·
7 revisions
Window Advanced Usage 💡
Advanced functions for your window. More will be added in the future.
If you want to remove the title bar from your window, add the next to your configuration:
APP_SETTINGS = {
...
'border_less': True,
...
}
Done now you can enjoy your window without the title bar.