mirror of
https://github.com/grocy/grocy.git
synced 2025-04-30 01:55:47 +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()
|
function CheckNightMode()
|
||||||
{
|
{
|
||||||
if (!Grocy.UserSettings.auto_night_mode_enabled)
|
if (!BoolVal(Grocy.UserSettings.auto_night_mode_enabled))
|
||||||
{
|
{
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user