Fix placement of CPU frame size option, also add Exit option
This commit is contained in:
@@ -181,3 +181,9 @@ VMManagerMainWindow::checkForUpdatesTriggered()
|
||||
const auto updateCheck = new UpdateCheckDialog(updateChannel);
|
||||
updateCheck->exec();
|
||||
}
|
||||
|
||||
void VMManagerMainWindow::on_actionExit_triggered()
|
||||
{
|
||||
this->close();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user