Closed Cowski0 closed 2 years ago
Hey, this is a windows bug and is alreaday fixed, it will release soon
True, this will be fixed on Windows 11 22h2, coming this september
@Cowski0, if you want to set an empty titlebar, you will need to use some kind of empty character instead of a empty ""
string, such as "\u200b
", because otherwise the title will default to python
On Tkinter, even ""
works
Ah, in my case it was with Qt
Alright, thanks
is there a way to stop the background color on the label of the window, i kinda resorted to just leaving the title bar empty because it was annoying.