Manager: Allow starting the currently selected VM by pressing Enter

This commit is contained in:
Alexander Babikov
2025-12-05 16:11:04 +05:00
parent 662077a211
commit 75499ad251

View File

@@ -404,7 +404,7 @@ illegal_chars:
ui->listView->setCurrentIndex(first_index); ui->listView->setCurrentIndex(first_index);
} }
connect(ui->listView, &QListView::doubleClicked, this, &VMManagerMain::startButtonPressed); connect(ui->listView, &QListView::activated, this, &VMManagerMain::startButtonPressed);
// Load and apply settings // Load and apply settings
loadSettings(); loadSettings();