Dateiendung Linkliste korrigiert, Datenbank-ERD angelegt

This commit is contained in:
2025-12-11 21:43:00 +01:00
parent f5a5ed167b
commit 76b8a8ad13
2 changed files with 39 additions and 2 deletions

View File

@@ -196,8 +196,8 @@ class TabA(QWidget):
return
if not path.lower().endswith(".gpkg"):
path += ".gpkg"
if not path.lower().endswith(".xlsx"):
path += ".xlsx"
self.linkliste_widget.setFilePath(path)
if os.path.exists(path):