activate live statistics via settings
All checks were successful
deploy / build-and-deploy (push) Successful in 16s

This commit is contained in:
2025-11-11 02:06:38 +01:00
parent 607163e503
commit 87d3f7c3af
4 changed files with 22 additions and 4 deletions

View File

@@ -71,6 +71,17 @@
onChange: dynamicSettings.signupSetDisabledSubtext
}
]
},
{
name: 'Live-Statistiken',
entries: [
{
name: 'Aktiviert',
type: 'checkbox',
value: dynamicSettings.liveStatisticsEnabled(),
onChange: dynamicSettings.liveStatisticsSetEnabled
}
]
}
];