From 9d2ba3eb49a09f61c2c34382b8d0271b0e59cd6f Mon Sep 17 00:00:00 2001 From: SuperDude88 <82904174+SuperDude88@users.noreply.github.com> Date: Wed, 13 May 2026 20:26:30 -0400 Subject: [PATCH] Rename Settings Preset (#1233) To match the bloom preset, since that name was updated in #1211 --- src/dusk/ui/preset.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dusk/ui/preset.cpp b/src/dusk/ui/preset.cpp index 1f96cc0593..7bea7f8bf6 100644 --- a/src/dusk/ui/preset.cpp +++ b/src/dusk/ui/preset.cpp @@ -83,7 +83,7 @@ PresetWindow::PresetWindow() : WindowSmall("modal", "modal-dialog") { "Enhancements disabled to match the GameCube version. " "Good for speedrunning or simple nostalgia!", applyPresetClassic}, - {"Dusk", + {"Dusklight", "Graphics & quality of life tweaks, including some from the Wii U version. " "Our recommended way to play!", applyPresetDusk},