mirror of
https://github.com/stenzek/duckstation.git
synced 2026-02-07 23:04:32 +00:00
FullscreenUI: Avoid png/svg name clash for disc icon
This commit is contained in:
@@ -1275,7 +1275,7 @@ void FullscreenUI::DrawLandingWindow()
|
||||
ImGui::SetItemDefaultFocus();
|
||||
|
||||
if (UserThemeableHorizontalButton(
|
||||
"fullscreenui/cdrom.png", "fullscreenui/start-disc.svg", FSUI_VSTR("Start Game"),
|
||||
"fullscreenui/start-disc.png", "fullscreenui/start-disc.svg", FSUI_VSTR("Start Game"),
|
||||
FSUI_VSTR("Launch a game from a file, disc, or starts the console without any disc inserted.")))
|
||||
{
|
||||
BeginTransition([]() { SwitchToMainWindow(MainWindowType::StartGame); });
|
||||
|
||||
Reference in New Issue
Block a user