Remove outdated comment

master
RKBoss6 2025-07-28 15:04:35 -04:00 committed by GitHub
parent 36784a7e3c
commit 0040159926
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -1,7 +1,6 @@
(function(back) {
var FILE = "BackLite.settings.json";
// Load settings safely (avoid crashes on bad/missing JSON)
var settings = require("Storage").readJSON(FILE, 1) || {};
if (!isFinite(settings.brightness)) settings.brightness = 0.3;