Update ui_extension.cpp

This commit is contained in:
Yves
2025-06-11 10:07:01 +02:00
parent 22721d7edd
commit ccaf92e99d

View File

@@ -13,6 +13,7 @@
#ifdef _WIN32
#define OPEN_COMMAND "start"
#undef CreateDirectory // avoid being transformed to `CreateDirectoryA`
#elif __linux__
#define OPEN_COMMAND "xdg-open"
#else