fix: don't show what's this button from setting dialog.

This commit is contained in:
Gary Wang
2020-08-11 09:08:31 +08:00
parent 3b94eecde2
commit dc82115e1f
+1
View File
@@ -42,6 +42,7 @@ SettingsDialog::SettingsDialog(QWidget *parent)
});
this->setMinimumSize(300, 61); // not sure why it complain "Unable to set geometry"
setWindowFlag(Qt::WindowContextHelpButtonHint, false);
}
SettingsDialog::~SettingsDialog()