Version auf 1.4.7 erhöht - Dashboard mit Toggle-Funktionalität

This commit is contained in:
2025-08-02 14:28:22 +02:00
parent e5fbc14a34
commit 05766d9a97

2
app.py
View File

@@ -20,7 +20,7 @@ app.config['BABEL_TRANSLATION_DIRECTORIES'] = 'translations'
babel = Babel() babel = Babel()
# Version der App # Version der App
APP_VERSION = "1.4.6" APP_VERSION = "1.4.7"
# HTML-Template wird jetzt aus templates/index.html geladen # HTML-Template wird jetzt aus templates/index.html geladen