Skip to content

Commit e1c9027

Browse files
committed
Update FullscreenUI.cpp
1 parent 1c61c15 commit e1c9027

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pcsx2/ImGui/FullscreenUI.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3641,7 +3641,7 @@ void FullscreenUI::DrawInterfaceSettingsPage()
36413641
FSUI_CSTR("Shows the current system date on the OSD currently with Year-Month-Day (YYYY-MM-DD) format.."), "EmuCore/GS", "OsdShowSystemDate", false);
36423642
// DrawToggleSetting(bsi, FSUI_ICONSTR(ICON_FA_CLOCK, "Show UTC Offset"),
36433643
// FSUI_CSTR("Shows the UTC offset on the OSD."), "EmuCore/GS", "OsdShowUTCOffset", false);
3644-
DrawToggleSetting(bsi, FSUI_ICONSTR(ICON_FA_EXCLAMATION, "Warn About Unsafe Settings"),
3644+
DrawToggleSetting(bsi, FSUI_ICONSTR(ICON_FA_TRIANGLE_EXCLAMATION, "Warn About Unsafe Settings"),
36453645
FSUI_CSTR("Displays warnings when settings are enabled which may break games."), "EmuCore", "WarnAboutUnsafeSettings", true);
36463646

36473647
MenuHeading(FSUI_CSTR("Operations"));

0 commit comments

Comments
 (0)