1
0
mirror of synced 2025-01-29 19:17:28 +01:00

impr: Allow the file combiner tool to select multiple files at once

This commit is contained in:
WerWolv 2023-08-19 19:11:38 +02:00
parent b4401b7df1
commit e70ec10b0e

View File

@ -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)) {