Qt/FilesystemWidget: Remove "Whats this?" button from extraction dialog

This commit is contained in:
spycrab 2018-06-19 10:30:32 +02:00
parent 091efcc41d
commit 113f9767dd
1 changed files with 1 additions and 0 deletions

View File

@ -285,6 +285,7 @@ void FilesystemWidget::ExtractDirectory(const DiscIO::Partition& partition, cons
u32 size = info->GetTotalChildren();
QProgressDialog* dialog = new QProgressDialog(this);
dialog->setWindowFlags(dialog->windowFlags() & ~Qt::WindowContextHelpButtonHint);
dialog->setMinimum(0);
dialog->setMaximum(size);
dialog->show();