Apply rebrand to bloom setting value name (#1211)

The display name for BloomSetting::Dusk was unchanged in the rebranding
process, and still shows up as "Dusk" in the settings menu. Rename it to
"Dusklight" to bring it in line with the rebrand.
This commit is contained in:
JaxonWasTaken
2026-05-13 22:34:14 +02:00
committed by GitHub
parent 7a77d48954
commit 6026b4bb9b
+1 -1
View File
@@ -184,7 +184,7 @@ Rml::String format_graphics_setting_value(GraphicsOption option, int value) {
case BloomMode::Classic:
return "Classic";
case BloomMode::Dusk:
return "Dusk";
return "Dusklight";
}
break;
case GraphicsOption::BloomMultiplier: