Closed uwx closed 6 years ago
h264ify looks for a boolean in localStorage when it is always either a string or undefined. "false" doesn't coerce to false, so it will act as if battery-only mode is always on.
undefined
"false"
Thanks!
h264ify looks for a boolean in localStorage when it is always either a string or
undefined
."false"
doesn't coerce to false, so it will act as if battery-only mode is always on.