impr: Allow the file combiner tool to select multiple files at once
This commit is contained in:
parent
b4401b7df1
commit
e70ec10b0e
@ -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)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user