impr: Disable console color output in web version

This commit is contained in:
WerWolv
2024-02-01 12:09:43 +01:00
parent dfeb9dbc84
commit baaf84298c
3 changed files with 14 additions and 4 deletions

View File

@@ -48,6 +48,8 @@ namespace hex {
}
void Window::initNative() {
log::impl::enableColorPrinting();
// Add plugin library folders to dll search path
for (const auto &path : hex::fs::getDefaultPaths(fs::ImHexPath::Libraries)) {
if (std::fs::exists(path))