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

@@ -52,6 +52,8 @@ private slots:
void preferencesTriggered();
static void checkForUpdatesTriggered();
void on_actionExit_triggered();
protected:
void closeEvent(QCloseEvent *event) override;
};