FullscreenUI: Fix Toggle Fast Forward being disabled

This commit is contained in:
Stenzek 2025-04-07 20:48:32 +10:00
parent 3ecaffd427
commit 52f8a347c7
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -6927,7 +6927,7 @@ void FullscreenUI::DrawPauseMenu()
ClosePauseMenu();
ImGui::SetItemDefaultFocus();
if (MenuButtonWithoutSummary(FSUI_ICONSTR(ICON_FA_FAST_FORWARD, "Toggle Fast Forward"), false))
if (MenuButtonWithoutSummary(FSUI_ICONSTR(ICON_FA_FAST_FORWARD, "Toggle Fast Forward")))
{
ClosePauseMenu();
DoToggleFastForward();