[common] Change offline web applet default setting to HLE #2705

Merged
MaranBr merged 2 commits from offline_web_applet into master 2025-10-10 01:36:56 +02:00
Showing only changes of commit 71384ab1c0 - Show all commits

View file

@ -83,8 +83,7 @@ void ConfigureDebug::SetConfiguration() {
#ifdef YUZU_USE_QT_WEB_ENGINE
ui->disable_web_applet->setChecked(UISettings::values.disable_web_applet.GetValue());
#else
ui->disable_web_applet->setEnabled(false);
ui->disable_web_applet->setText(tr("Web applet not compiled"));
ui->disable_web_applet->setVisible(false);
#endif
}