Fix placement of CPU frame size option, also add Exit option

This commit is contained in:
Cacodemon345
2025-07-11 15:12:11 +06:00
parent 688b371419
commit f4f6bbc465
4 changed files with 75 additions and 86 deletions

View File

@@ -181,3 +181,9 @@ VMManagerMainWindow::checkForUpdatesTriggered()
const auto updateCheck = new UpdateCheckDialog(updateChannel);
updateCheck->exec();
}
void VMManagerMainWindow::on_actionExit_triggered()
{
this->close();
}