This commit is contained in:
2024-09-21 18:36:08 -06:00
committed by Celtic Minstrel
parent cd50a0183d
commit 6f0661e276

View File

@@ -174,7 +174,7 @@ fs::path nav_get_scenario() {
}
fs::path nav_put_scenario(fs::path def) {
return runFileDialog(def.string(), false);
return runFileDialog(def.string(), true);
}