prefs loading again

This commit is contained in:
Kashargul
2024-09-09 12:32:22 +02:00
committed by GitHub
parent 7ddba46758
commit ecc9f73e31
+6
View File
@@ -566,5 +566,11 @@
var/path = key
if(!ispath(path))
path = text2path(key)
if(!isnull(L[path]))
.[path] = L[path]
continue
if(!isnull(L[key]))
.[path] = L[key]
continue
if(!isnull(path))
. += path