1
0
mirror of https://github.com/TandoorRecipes/recipes.git synced 2026-01-11 09:07:12 -05:00

fixed saving page item number in model list

This commit is contained in:
vabene1111
2024-10-08 07:09:43 +02:00
parent 25de4326d2
commit b857c9e4d9
3 changed files with 8 additions and 20 deletions

View File

@@ -24,6 +24,8 @@ class DeviceSettings {
mealplan_startingDayOfWeek = 1
mealplan_displayWeekNumbers = true
general_tableItemsPerPage = 10
}
export const useUserPreferenceStore = defineStore('user_preference_store', () => {