Skip to content

Commit 24fb47c

Browse files
authored
Emergency fix
1 parent b4ed361 commit 24fb47c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

panel.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ QJsonValue Panel::getConfigValue(QString section, QString key) {
4848
}
4949

5050
void Panel::setPanelFlags() {
51-
this->setWindowFlags(Qt::FramelessWindowHint | Qt::WindowStaysOnTopHint);
51+
//this->setWindowFlags(Qt::FramelessWindowHint | Qt::WindowStaysOnTopHint);
5252
this->setAttribute(Qt::WA_X11NetWmWindowTypeDock);
5353
}
5454

0 commit comments

Comments
 (0)