mirror of
https://github.com/grocy/grocy.git
synced 2025-10-19 11:34:45 +00:00
Little changes for #551
This commit is contained in:
@@ -7,3 +7,8 @@ if (BoolVal(Grocy.UserSettings.shopping_list_show_calendar))
|
||||
{
|
||||
$("#shopping-list-show-calendar").prop("checked", true);
|
||||
}
|
||||
|
||||
if (BoolVal(Grocy.UserSettings.shopping_list_disable_auto_compact_view_on_mobile))
|
||||
{
|
||||
$("#shopping-list-disable-auto-compact-view-on-mobile").prop("checked", true);
|
||||
}
|
||||
|
Reference in New Issue
Block a user