refactor: useRestoreMapSettings entfernt und direkt in MapComponent integriert

- redundante Hook gelöscht
- restoreMapSettings direkt per useEffect in MapComponent verwendet
- mehr Klarheit durch Vereinfachung der Map-Initialisierung
This commit is contained in:
ISA
2025-05-23 11:22:23 +02:00
parent 0a1c0e5fbe
commit cb2e038a84
3 changed files with 2 additions and 15 deletions

View File

@@ -1,2 +1,2 @@
// /config/appVersion
export const APP_VERSION = "1.1.154";
export const APP_VERSION = "1.1.155";