Skip to content

Commit

Permalink
Fix #451
Browse files Browse the repository at this point in the history
  • Loading branch information
NQNStudios authored and CelticMinstrel committed Sep 22, 2024
1 parent cd50a01 commit 6f0661e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/winutil.linux.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}


Expand Down

0 comments on commit 6f0661e

Please sign in to comment.