瀏覽代碼

Correct function name (1/2)

VolcaEM 6 年之前
父節點
當前提交
182ac8a504
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/yuzu/main.h

+ 1 - 1
src/yuzu/main.h

@@ -181,7 +181,7 @@ private slots:
     void OnPauseGame();
     void OnStopGame();
     void OnMenuReportCompatibility();
-    void OnSwitchModsPage();
+    void OnOpenModsPage();
     /// 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);