mirror of
https://github.com/grocy/grocy.git
synced 2025-04-29 09:39:57 +00:00
The last fix (maybe) for auto night mode handling (references #71)
This commit is contained in:
parent
8b815fce93
commit
7cc09cec67
@ -56,7 +56,7 @@ $("#auto-night-mode-time-range-to").trigger("keyup");
|
||||
|
||||
function CheckNightMode()
|
||||
{
|
||||
if (!Grocy.UserSettings.auto_night_mode_enabled)
|
||||
if (!BoolVal(Grocy.UserSettings.auto_night_mode_enabled))
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user