Desktop-Layout: Sprachauswahl und Hilfe-Button etwas nach oben verschoben für bessere Balance

This commit is contained in:
2025-08-02 11:31:30 +02:00
parent 512898b34b
commit 4740288c45
2 changed files with 3 additions and 3 deletions

2
app.py
View File

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