Skip to content

Commit 241f720

Browse files
committed
FullscreenUI: Avoid png/svg name clash for disc icon
1 parent 941b62e commit 241f720

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/fullscreenui.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1275,7 +1275,7 @@ void FullscreenUI::DrawLandingWindow()
12751275
ImGui::SetItemDefaultFocus();
12761276

12771277
if (UserThemeableHorizontalButton(
1278-
"fullscreenui/cdrom.png", "fullscreenui/start-disc.svg", FSUI_VSTR("Start Game"),
1278+
"fullscreenui/start-disc.png", "fullscreenui/start-disc.svg", FSUI_VSTR("Start Game"),
12791279
FSUI_VSTR("Launch a game from a file, disc, or starts the console without any disc inserted.")))
12801280
{
12811281
BeginTransition([]() { SwitchToMainWindow(MainWindowType::StartGame); });

0 commit comments

Comments
 (0)