nheko
nheko copied to clipboard
No close button when open separately
trafficstars
Describe the bug
No close button.
To Reproduce
- Right click on a chat
- Click on 'Open separately'
- See error
What happened?
No response
Expected behavior
have a close button
Screenshots

Version
0.10.0-7df260f5
Operating system
Windows
Installation method
Windows download
Qt version
No response
C++ compiler
No response
Desktop Environment
No response
Did you use profiles?
- [ ] Profiles used?
Relevant log output
No response
Backtrace
No response
That's the good old "child windows don't get close button in some environments" bug again. (It does have a close button on my system). We can work around it by using explicit flags to request one.
Is it a bug of Qt? Btw, my os is Windows 11.
Yes and no, some WMs just react to hints differently so we need to explicitly request a close button.
That might fix it?