mirror of
https://github.com/86Box/86Box.git
synced 2026-02-22 01:25:33 -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);
|
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();
|
||||||
|
|||||||
Reference in New Issue
Block a user