record and replay fake fancy file picker

This commit is contained in:
2025-03-02 19:20:08 -06:00
committed by Celtic Minstrel
parent d54c61f982
commit b7a647c489
4 changed files with 46 additions and 9 deletions

View File

@@ -596,6 +596,9 @@ static void replay_action(Element& action) {
new_fps = boost::lexical_cast<int>(action.GetText());
}
replay_fps_limit.emplace(new_fps);
}else if(t == "fancy_file_picker"){
bool saving = str_to_bool(action.GetText());
fancy_file_picker(saving);
}else if(t == "load_party"){
decode_file(action.GetText(), tempDir / "temp.exg");
load_party(tempDir / "temp.exg", univ);