1
0
mirror of synced 2025-01-18 17:14:13 +01:00

impr: Allow opening multiple files at once

Closes #1566
This commit is contained in:
WerWolv 2024-02-23 18:03:37 +01:00
parent 4d91e7f347
commit 1f9d0181c9

View File

@ -129,7 +129,7 @@ namespace hex::plugin::builtin {
}
}
});
}, {}, true);
} else if (name == "Open Project") {
fs::openFileBrowser(fs::DialogMode::Open, { {"Project File", "hexproj"} },
[](const auto &path) {