summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/yuzu/applets/profile_select.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yuzu/applets/profile_select.cpp b/src/yuzu/applets/profile_select.cpp
index 68b76269d..c9a2f8601 100644
--- a/src/yuzu/applets/profile_select.cpp
+++ b/src/yuzu/applets/profile_select.cpp
@@ -120,7 +120,7 @@ int QtProfileSelectionDialog::exec() {
120 user_index = 0; 120 user_index = 0;
121 return QDialog::Accepted; 121 return QDialog::Accepted;
122 } 122 }
123 QDialog::exec(); 123 return QDialog::exec();
124} 124}
125 125
126void QtProfileSelectionDialog::accept() { 126void QtProfileSelectionDialog::accept() {