Replies: 3 comments 2 replies
-
The color of window title bar is controlled by an OS current theme as far as I understand? Yes, you can build your own title bar, take a look at this example: https://github.com/flet-dev/examples/blob/main/python/controls/window-drag-area/no-frame-window.py |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
I was looking for this property in Flet and found this discussion. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
it would be nice if the window title bar for desktop app mode could be colored with custom color and/or detect system theme and use those colors.
Im working on a desktop app which runs in dark mode, but the window title bar of flet.exe stays bright, which looks kinda weird. Hiding it and building my own title bar seems to be the only workaround right now.
Beta Was this translation helpful? Give feedback.
All reactions