mirror of
https://github.com/Snigdha-OS/snigdhaos-blackbox.git
synced 2026-02-08 15:33:54 +01:00
🐞 fix(_blank): windowFlags()
This commit is contained in:
@@ -18,7 +18,7 @@ SnigdhaOSBlackBox::SnigdhaOSBlackBox(QWidget *parent, QString state)
|
||||
{
|
||||
this->setWindowIcon(QIcon("/usr/share/pixmaps/snigdhaos-blackbox.svg"));
|
||||
ui->setupUi(this);
|
||||
this->setWindowFlags(this->WindowFlags() & -Qt::WindowCloseButtonHint);
|
||||
this->setWindowFlags(this->windowFlags() & -Qt::WindowCloseButtonHint);
|
||||
executable_modify_date = QFileInfo(QCoreApplication::applicationFilePath()).lastModified();
|
||||
updateState(state);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user