Add loading screen.

This commit is contained in:
J-D-K
2025-08-13 19:44:22 -04:00
parent 14d9b7ffe1
commit 6e8e426fb5
28 changed files with 423 additions and 263 deletions

View File

@@ -30,8 +30,8 @@ void tasks::savecreate::create_save_data_for(sys::Task *task,
{
const std::string popMessage = stringutil::get_formatted_string(popSuccess, title);
ui::PopMessageManager::push_message(popTicks, popMessage);
spawningState->refresh_required();
}
spawningState->refresh_required();
task->complete();
}