Update boot.js

master
RKBoss6 2025-06-24 15:53:00 -04:00 committed by GitHub
parent e2253eaa45
commit 08078f3cd0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,4 @@
/* no-unused-vars */
(function() { (function() {
var settings = Object.assign( var settings = Object.assign(
require('Storage').readJSON("powermanager.default.json", true) || {}, require('Storage').readJSON("powermanager.default.json", true) || {},
@ -163,3 +164,4 @@
}); });
} }
})(); })();
/* no-unused-vars */