Skip to content

Commit

Permalink
fix: linglong-installer show error in dock
Browse files Browse the repository at this point in the history
linglong-installer should not show in dock, so set WindowFlags to Dialog

Log:
  • Loading branch information
dengbo11 committed Jul 19, 2024
1 parent b1bef21 commit 80a35d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/ll-store-installer/src/installer-dialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ InstallerDialog::InstallerDialog(QWidget *parent)
Q_D(InstallerDialog);

setWindowTitle("Linglong Installer");
setWindowFlags(Qt::Dialog);

auto w = new QWidget(this);

Expand Down

0 comments on commit 80a35d1

Please sign in to comment.