1
0
Fork 0
mirror of https://github.com/jugeeya/UltimateTrainingModpack.git synced 2024-11-20 00:46:34 +00:00

Convert to using Display

This commit is contained in:
jugeeya 2023-08-17 12:49:37 -07:00
parent 9974b80d5e
commit f34221d109
2 changed files with 554 additions and 529 deletions

View file

@ -644,7 +644,7 @@ pub unsafe fn save_states(module_accessor: &mut app::BattleObjectModuleAccessor)
notifications::clear_notifications("Save State");
notifications::notification(
"Save State".to_string(),
format!("Saved Slot {}", MENU.save_state_slot.as_str().unwrap()),
format!("Saved Slot {}", MENU.save_state_slot),
120,
);
}

File diff suppressed because it is too large Load diff