System: Drop state load OSD duration to quick

pull/3354/head
Stenzek 2 months ago
parent e43d7046ba
commit e4dea69713
No known key found for this signature in database

@ -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();

Loading…
Cancel
Save