System: Drop state load OSD duration to quick

This commit is contained in:
Stenzek 2025-01-12 17:20:13 +10:00
parent e43d7046ba
commit e4dea69713
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -2850,7 +2850,7 @@ bool System::LoadState(const char* path, Error* error, bool save_undo_state)
Host::AddIconOSDMessage(
"LoadState", ICON_EMOJI_OPEN_THE_FOLDER,
fmt::format(TRANSLATE_FS("OSDMessage", "Loading state from '{}'..."), Path::GetFileName(path)),
Host::OSD_INFO_DURATION);
Host::OSD_QUICK_DURATION);
if (save_undo_state)
SaveUndoLoadState();