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
commit c50f2bd4f6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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;