Skip to content

Window Advanced Usage

ZABBIX edited this page Dec 22, 2023 · 7 revisions

Window Advanced Usage 💡

Advanced functions for your window. More will be added in the future.

Border less 🪟

This configuration allows for the elimination of the title bar from the window

APP_SETTINGS = {
    ...
    'border_less': True,
    ...
}
Clone this wiki locally