From 1f9d0181c9e34cf4fdc2151ceef52632591ceff7 Mon Sep 17 00:00:00 2001 From: WerWolv Date: Fri, 23 Feb 2024 18:03:37 +0100 Subject: [PATCH] impr: Allow opening multiple files at once Closes #1566 --- plugins/builtin/source/content/events.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/builtin/source/content/events.cpp b/plugins/builtin/source/content/events.cpp index 0283081fb..c7dbaa087 100644 --- a/plugins/builtin/source/content/events.cpp +++ b/plugins/builtin/source/content/events.cpp @@ -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) {