Skip to content

Commit

Permalink
Emergency fix
Browse files Browse the repository at this point in the history
  • Loading branch information
thm-unix authored Jun 18, 2023
1 parent b4ed361 commit 24fb47c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion panel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ QJsonValue Panel::getConfigValue(QString section, QString key) {
}

void Panel::setPanelFlags() {
this->setWindowFlags(Qt::FramelessWindowHint | Qt::WindowStaysOnTopHint);
//this->setWindowFlags(Qt::FramelessWindowHint | Qt::WindowStaysOnTopHint);
this->setAttribute(Qt::WA_X11NetWmWindowTypeDock);
}

Expand Down

0 comments on commit 24fb47c

Please sign in to comment.