Fix custom restart check

This commit is contained in:
crschnick
2025-07-07 17:53:56 +00:00
parent d548add14c
commit d60bad16a4
@@ -727,7 +727,7 @@ public class AppPrefs {
boolean log) {
var m = new Mapping(id, property, t, false, requiresRestart, log);
customEntries.put(m, builder);
mapping.add(m);
map(m);
}
}
}