mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-02-14 17:09:30 -06:00
impr: Allow the file combiner tool to select multiple files at once
This commit is contained in:
@@ -1028,7 +1028,7 @@ namespace hex::plugin::builtin {
|
||||
if (ImGui::Button("hex.builtin.tools.file_tools.combiner.add"_lang)) {
|
||||
fs::openFileBrowser(fs::DialogMode::Open, {}, [](const auto &path) {
|
||||
files.push_back(path);
|
||||
});
|
||||
}, "", true);
|
||||
}
|
||||
ImGui::SameLine();
|
||||
if (ImGui::Button("hex.builtin.tools.file_tools.combiner.delete"_lang)) {
|
||||
|
||||
Reference in New Issue
Block a user