We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4ed361 commit 24fb47cCopy full SHA for 24fb47c
panel.cpp
@@ -48,7 +48,7 @@ QJsonValue Panel::getConfigValue(QString section, QString key) {
48
}
49
50
void Panel::setPanelFlags() {
51
- this->setWindowFlags(Qt::FramelessWindowHint | Qt::WindowStaysOnTopHint);
+ //this->setWindowFlags(Qt::FramelessWindowHint | Qt::WindowStaysOnTopHint);
52
this->setAttribute(Qt::WA_X11NetWmWindowTypeDock);
53
54
0 commit comments