mirror of
https://github.com/86Box/86Box.git
synced 2026-02-24 02:18:20 -07:00
Manager: Implement double-clicking a VM entry to start a VM
(and on Windows, bringing it to front if already running)
This commit is contained in:
@@ -123,6 +123,8 @@ VMManagerMain::VMManagerMain(QWidget *parent) :
|
||||
ui->listView->setCurrentIndex(first_index);
|
||||
}
|
||||
|
||||
connect(ui->listView, &QListView::doubleClicked, this, &VMManagerMain::startButtonPressed);
|
||||
|
||||
// Load and apply settings
|
||||
loadSettings();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user