mirror of
https://github.com/azahar-emu/azahar
synced 2025-11-06 23:19:57 +01:00
citra_qt.cpp: Updated FAQ link to direct to Azahar website
This commit is contained in:
parent
5fa946af0b
commit
3b57fd9876
@ -1070,7 +1070,7 @@ void GMainWindow::ConnectMenuEvents() {
|
||||
QDesktopServices::openUrl(QUrl::fromLocalFile(path));
|
||||
});
|
||||
connect_menu(ui->action_FAQ, []() {
|
||||
QDesktopServices::openUrl(QUrl(QStringLiteral("https://citra-emu.org/wiki/faq/")));
|
||||
QDesktopServices::openUrl(QUrl(QStringLiteral("https://azahar-emu.org/pages/faq/")));
|
||||
});
|
||||
connect_menu(ui->action_About, &GMainWindow::OnMenuAboutCitra);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user