diff options
| -rw-r--r-- | src/yuzu/applets/qt_profile_select.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/yuzu/applets/qt_profile_select.cpp b/src/yuzu/applets/qt_profile_select.cpp index 2448e46b6..1f3f23038 100644 --- a/src/yuzu/applets/qt_profile_select.cpp +++ b/src/yuzu/applets/qt_profile_select.cpp | |||
| @@ -95,6 +95,7 @@ QtProfileSelectionDialog::QtProfileSelectionDialog( | |||
| 95 | scroll_area->setLayout(layout); | 95 | scroll_area->setLayout(layout); |
| 96 | 96 | ||
| 97 | connect(tree_view, &QTreeView::clicked, this, &QtProfileSelectionDialog::SelectUser); | 97 | connect(tree_view, &QTreeView::clicked, this, &QtProfileSelectionDialog::SelectUser); |
| 98 | connect(tree_view, &QTreeView::doubleClicked, this, &QtProfileSelectionDialog::accept); | ||
| 98 | connect(controller_navigation, &ControllerNavigation::TriggerKeyboardEvent, | 99 | connect(controller_navigation, &ControllerNavigation::TriggerKeyboardEvent, |
| 99 | [this](Qt::Key key) { | 100 | [this](Qt::Key key) { |
| 100 | if (!this->isActiveWindow()) { | 101 | if (!this->isActiveWindow()) { |