Skip to content

Commit

Permalink
System: Drop state load OSD duration to quick
Browse files Browse the repository at this point in the history
  • Loading branch information
stenzek committed Jan 12, 2025
1 parent e43d704 commit e4dea69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/system.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit e4dea69

Please sign in to comment.