summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorlat9nq <22451773+lat9nq@users.noreply.github.com>2020-11-30 18:03:42 +0100
committerlat9nq <22451773+lat9nq@users.noreply.github.com>2020-11-30 19:25:46 +0100
commit756225c8fff782f8e72cbd0e43224a8415ad59fe (patch)
treec5a51af75f5ee0b4edfb3debc119cd2c34b16c2c /src
parentMerge pull request #4939 from german77/MouseInput (diff)
downloadyuzu-756225c8fff782f8e72cbd0e43224a8415ad59fe.tar
yuzu-756225c8fff782f8e72cbd0e43224a8415ad59fe.tar.gz
yuzu-756225c8fff782f8e72cbd0e43224a8415ad59fe.tar.bz2
yuzu-756225c8fff782f8e72cbd0e43224a8415ad59fe.tar.lz
yuzu-756225c8fff782f8e72cbd0e43224a8415ad59fe.tar.xz
yuzu-756225c8fff782f8e72cbd0e43224a8415ad59fe.tar.zst
yuzu-756225c8fff782f8e72cbd0e43224a8415ad59fe.zip
Diffstat (limited to 'src')
-rw-r--r--src/yuzu/main.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/yuzu/main.cpp b/src/yuzu/main.cpp
index 871ff4ae4..26f5e42ed 100644
--- a/src/yuzu/main.cpp
+++ b/src/yuzu/main.cpp
@@ -477,11 +477,13 @@ void GMainWindow::WebBrowserOpenPage(std::string_view filename, std::string_view
#else
void GMainWindow::WebBrowserOpenPage(std::string_view filename, std::string_view additional_args) {
+#ifndef __linux__
QMessageBox::warning(
this, tr("Web Applet"),
tr("This version of yuzu was built without QtWebEngine support, meaning that yuzu cannot "
"properly display the game manual or web page requested."),
QMessageBox::Ok, QMessageBox::Ok);
+#endif
LOG_INFO(Frontend,
"(STUBBED) called - Missing QtWebEngine dependency needed to open website page at "