diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/yuzu/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yuzu/main.cpp b/src/yuzu/main.cpp index 267b0e75d..d12f7c074 100644 --- a/src/yuzu/main.cpp +++ b/src/yuzu/main.cpp | |||
| @@ -1824,7 +1824,7 @@ void GMainWindow::OnOpenModsPage() { | |||
| 1824 | OpenURL(QUrl(QStringLiteral("https://github.com/yuzu-emu/yuzu/wiki/Switch-Mods"))); | 1824 | OpenURL(QUrl(QStringLiteral("https://github.com/yuzu-emu/yuzu/wiki/Switch-Mods"))); |
| 1825 | } | 1825 | } |
| 1826 | 1826 | ||
| 1827 | void GMainWindow::OnQuickstartGuide() { | 1827 | void GMainWindow::OnOpenQuickstartGuide() { |
| 1828 | OpenURL(QUrl(QStringLiteral("https://yuzu-emu.org/help/quickstart/"))); | 1828 | OpenURL(QUrl(QStringLiteral("https://yuzu-emu.org/help/quickstart/"))); |
| 1829 | } | 1829 | } |
| 1830 | 1830 | ||