This commit is contained in:
rsgnz 2025-04-27 02:06:52 -04:00 committed by GitHub
commit 2aeec36538
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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