Make track now / next schedule buttons on /choresoverview swappable (closes #2424)

This commit is contained in:
Bernd Bestel
2025-01-14 19:43:12 +01:00
parent 11d28622e8
commit 9cac3b2311
6 changed files with 42 additions and 11 deletions

View File

@@ -1,3 +1,8 @@
$("#chores_due_soon_days").val(Grocy.UserSettings.chores_due_soon_days);
if (BoolVal(Grocy.UserSettings.chores_overview_swap_tracking_buttons))
{
$("#chores_overview_swap_tracking_buttons").prop("checked", true);
}
RefreshLocaleNumberInput();