fix properties loading when the config dir is overriden by ui_setappdir

Sun, 11 Jan 2026 10:42:29 +0100

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Sun, 11 Jan 2026 10:42:29 +0100
changeset 1043
f23093d913d1
parent 1042
f3e2811ecf3a
child 1044
c6b58646c249

fix properties loading when the config dir is overriden by ui_setappdir

ui/common/properties.c file | annotate | diff | comparison | revisions
--- 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;

mercurial