ui/common/properties.c

changeset 1043
f23093d913d1
parent 1041
db47e814b4c5
--- 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