Merge pull request #8035 from lat9nq/disable-web-applet

yuzu qt: Disable the web applet by default
This commit is contained in:
bunnei
2022-03-23 21:08:20 -07:00
committed by GitHub
6 changed files with 65 additions and 50 deletions

View File

@ -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;