Don't ask for profile when there's only one.

This commit is contained in:
Kewlan 2020-10-21 20:36:57 +02:00
parent 2a54a39e0c
commit 2204839317
3 changed files with 20 additions and 16 deletions

View file

@ -27,6 +27,7 @@ public:
explicit QtProfileSelectionDialog(QWidget* parent);
~QtProfileSelectionDialog() override;
int exec() override;
void accept() override;
void reject() override;