aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/yuzu/main.h
diff options
context:
space:
mode:
authorbunnei <[email protected]>2022-03-23 21:08:20 -0700
committerGitHub <[email protected]>2022-03-23 21:08:20 -0700
commitc50f2bd4f6797b778ae21dfed341129ed4a2252c (patch)
treee7fdfb2f76aaf71a0465aedfeee122dbd7e77af6 /src/yuzu/main.h
parentfb4d80b169d2b3a6ad7286f4cb412b29c0aa70d8 (diff)
parentdb637b5a4c02772eb827ed01a6ecb430e4b65daa (diff)
downloadyuzu-mainline-c50f2bd4f6797b778ae21dfed341129ed4a2252c.tar.gz
yuzu-mainline-c50f2bd4f6797b778ae21dfed341129ed4a2252c.zip
Merge pull request #8035 from lat9nq/disable-web-applet
yuzu qt: Disable the web applet by default
Diffstat (limited to 'src/yuzu/main.h')
-rw-r--r--src/yuzu/main.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/yuzu/main.h b/src/yuzu/main.h
index 7659c8000..ab95a7518 100644
--- a/src/yuzu/main.h
+++ b/src/yuzu/main.h
@@ -398,9 +398,6 @@ private:
// Last game booted, used for multi-process apps
QString last_filename_booted;
- // Disables the web applet for the rest of the emulated session
- bool disable_web_applet{};
-
// Applets
QtSoftwareKeyboardDialog* software_keyboard = nullptr;