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(      scroll_area->setLayout(layout);      connect(tree_view, &QTreeView::clicked, this, &QtProfileSelectionDialog::SelectUser); +    connect(tree_view, &QTreeView::doubleClicked, this, &QtProfileSelectionDialog::accept);      connect(controller_navigation, &ControllerNavigation::TriggerKeyboardEvent,              [this](Qt::Key key) {                  if (!this->isActiveWindow()) { | 
