1
0
Fork 0
mirror of https://github.com/jugeeya/UltimateTrainingModpack.git synced 2025-03-26 08:12:42 +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
src/training
training_mod_consts/src

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