Skip to content

Commit 75499ad

Browse files
committed
Manager: Allow starting the currently selected VM by pressing Enter
1 parent 662077a commit 75499ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/qt/qt_vmmanager_main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ VMManagerMain::VMManagerMain(QWidget *parent)
404404
ui->listView->setCurrentIndex(first_index);
405405
}
406406

407-
connect(ui->listView, &QListView::doubleClicked, this, &VMManagerMain::startButtonPressed);
407+
connect(ui->listView, &QListView::activated, this, &VMManagerMain::startButtonPressed);
408408

409409
// Load and apply settings
410410
loadSettings();

0 commit comments

Comments
 (0)