Skip to content

Commit dd0574c

Browse files
committed
Fix icon download dialog not appearing above windows
* Fixes #12070
1 parent d9e0ffc commit dd0574c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/gui/IconDownloaderDialog.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ IconDownloaderDialog::IconDownloaderDialog(QWidget* parent)
3838
, m_ui(new Ui::IconDownloaderDialog())
3939
, m_dataModel(new QStandardItemModel(this))
4040
{
41-
setWindowFlags(Qt::Window);
4241
setAttribute(Qt::WA_DeleteOnClose);
4342

4443
m_ui->setupUi(this);

0 commit comments

Comments
 (0)