# HG changeset patch # User Olaf Wintermann # Date 1768124549 -3600 # Node ID f23093d913d1a0cfff06ab6ea975bbf551bc932d # Parent f3e2811ecf3a490e9bfd2dbd67c46d4d6bed38e5 fix properties loading when the config dir is overriden by ui_setappdir diff -r f3e2811ecf3a -r f23093d913d1 ui/common/properties.c --- 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;