Add a "Open Mods Page" button to the GUI

This commit is contained in:
VolcaEM
2020-06-21 06:09:28 +02:00
committed by GitHub
parent 058ec22787
commit b81af6ae9b
3 changed files with 20 additions and 0 deletions

View File

@ -181,6 +181,7 @@ private slots:
void OnPauseGame();
void OnStopGame();
void OnMenuReportCompatibility();
void OnSwitchModsPage();
/// Called whenever a user selects a game in the game list widget.
void OnGameListLoadFile(QString game_path);
void OnGameListOpenFolder(GameListOpenTarget target, const std::string& game_path);