Add an About dialog with build info (#2138)

add About dialog
This commit is contained in:
Nadia Holmquist Pedersen
2024-10-24 22:05:30 +02:00
committed by GitHub
parent a97463b0ac
commit 287f6642fc
12 changed files with 470 additions and 5 deletions

View File

@ -329,6 +329,8 @@ public:
QAction* actShowOSD;
QAction* actLimitFramerate;
QAction* actAudioSync;
QAction* actAbout;
};
void ToggleFullscreen(MainWindow* mainWindow);