move xess settings to advanced

This commit is contained in:
cdozdil
2025-01-19 00:39:23 +03:00
parent 1cb652ff3c
commit a2f9fa740f
+1 -1
View File
@@ -1462,7 +1462,7 @@ bool ImGuiCommon::RenderMenu()
// UPSCALER SPECIFIC -----------------------------
// XeSS -----------------------------
if (currentBackend == "xess" && Config::Instance()->CurrentFeature->Name() != "DLSSD")
if (Config::Instance()->AdvancedSettings.value_or(false) && currentBackend == "xess" && Config::Instance()->CurrentFeature->Name() != "DLSSD")
{
ImGui::SeparatorText("XeSS Settings");