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;