mirror of
https://github.com/Snigdha-OS/snigdhaos-blackbox.git
synced 2025-09-21 03:55:05 +02: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