This commit is contained in:
rsgnz 2025-07-27 13:15:04 +03:00 committed by GitHub
commit d0ec1a8da4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -364,7 +364,7 @@ void EnhancementsWidget::ShaderChanged()
{
auto shader = ReadSetting(Config::GFX_ENHANCE_POST_SHADER);
if (shader == "(off)" || shader == "")
if (shader == tr("(off)").toStdString() || shader == "")
{
shader = "";