mirror of
https://github.com/86Box/86Box.git
synced 2026-02-21 17:15:32 -07:00
Manager: Allow starting the currently selected VM by pressing Enter
This commit is contained in:
@@ -404,7 +404,7 @@ illegal_chars:
|
||||
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
|
||||
loadSettings();
|
||||
|
||||
Reference in New Issue
Block a user