ui/common/properties.c

changeset 674
51670b0bc625
parent 588
59ea5791be5e
child 753
882e49cf7192
--- a/ui/common/properties.c	Sun Jul 20 12:27:33 2025 +0200
+++ b/ui/common/properties.c	Sun Jul 20 14:04:19 2025 +0200
@@ -191,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);

mercurial