VolcaEM 6 жил өмнө
parent
commit
7d08d548a9
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      src/yuzu/main.cpp

+ 1 - 1
src/yuzu/main.cpp

@@ -838,7 +838,7 @@ void GMainWindow::ConnectMenuEvents() {
     connect(ui.action_Report_Compatibility, &QAction::triggered, this,
             &GMainWindow::OnMenuReportCompatibility);
     connect(ui.action_Open_Mods_Page, &QAction::triggered, this, &GMainWindow::OnOpenModsPage);
-    connect(ui.action_Open_Quickstart_Guide, &QAction::triggered, this, 
+    connect(ui.action_Open_Quickstart_Guide, &QAction::triggered, this,
             &GMainWindow::OnQuickstartGuide);
     connect(ui.action_Open_FAQ, &QAction::triggered, this, &GMainWindow::OnFAQ);
     connect(ui.action_Restart, &QAction::triggered, this, [this] { BootGame(QString(game_path)); });