Sun, 11 Jan 2026 10:42:29 +0100
fix properties loading when the config dir is overriden by ui_setappdir
--- a/ui/common/properties.c Sat Jan 10 19:44:10 2026 +0100 +++ b/ui/common/properties.c Sun Jan 11 10:42:29 2026 +0100 @@ -234,11 +234,6 @@ return; } - if(!ui_appname()) { - // applications without name cannot load app properties - return; - } - char *dir = ui_configfile(NULL); if(!dir) { return;