mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
fixed dragging user info popup on windows
This commit is contained in:
parent
440a3c41fe
commit
dfdeef297e
1 changed files with 2 additions and 0 deletions
|
@ -28,7 +28,9 @@ UserInfoPopup::UserInfoPopup()
|
|||
{
|
||||
this->setStayInScreenRect(true);
|
||||
|
||||
#ifdef Q_OS_LINUX
|
||||
this->setWindowFlag(Qt::Popup);
|
||||
#endif
|
||||
|
||||
auto app = getApp();
|
||||
|
||||
|
|
Loading…
Reference in a new issue