yuzu qt: Save disable_web_applet setting
The web applet causes multiple issues with the rest of the application. Disable it by default and add a debug option to re-enable it until a proper solution can be found.
This commit is contained in:
parent
d9fcecde0d
commit
07c908f27e
4 changed files with 6 additions and 3 deletions
|
@ -61,7 +61,7 @@ void ConfigureDebug::SetConfiguration() {
|
|||
ui->extended_logging->setChecked(Settings::values.extended_logging.GetValue());
|
||||
|
||||
#ifdef YUZU_USE_QT_WEB_ENGINE
|
||||
ui->disable_web_applet->setChecked(UISettings::values.disable_web_applet);
|
||||
ui->disable_web_applet->setChecked(UISettings::values.disable_web_applet.GetValue());
|
||||
#else
|
||||
ui->disable_web_applet->setEnabled(false);
|
||||
ui->disable_web_applet->setText(QString::fromUtf8("Web applet not compiled"));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue