diff -r b34bd1557c6c -r 77254bd6dccb ui/common/properties.c --- a/ui/common/properties.c Sat Apr 05 17:57:04 2025 +0200 +++ b/ui/common/properties.c Sun Jul 20 22:04:39 2025 +0200 @@ -32,6 +32,10 @@ #include #include +#ifdef _WIN32 +#include +#endif + #include "../ui/toolkit.h" @@ -187,6 +191,11 @@ return ret; } +// public +int ui_app_save_settings(void) { + return uic_store_app_properties(); +} + const char* ui_get_property(const char *name) { return cxMapGet(application_properties, name);