mirror of
https://github.com/Dark98/threeSD.git
synced 2026-07-03 08:39:04 +00:00
Move setWindowFlags to DPIAwareDialog
And use new helper in Utilites
This commit is contained in:
@@ -24,7 +24,6 @@ TitleInfoDialog::TitleInfoDialog(QWidget* parent, Core::SDMCImporter& importer_,
|
||||
importer(importer_), specifier(std::move(specifier_)) {
|
||||
|
||||
ui->setupUi(this);
|
||||
setWindowFlags(windowFlags() & (~Qt::WindowContextHelpButtonHint));
|
||||
|
||||
LoadInfo();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user