diff --git a/src/webdrop_bridge/ui/main_window.py b/src/webdrop_bridge/ui/main_window.py index a6b3b56..0a12eca 100644 --- a/src/webdrop_bridge/ui/main_window.py +++ b/src/webdrop_bridge/ui/main_window.py @@ -1158,10 +1158,21 @@ class MainWindow(QMainWindow): f"{self.config.app_name}
" f"Version: {self.config.app_version}
" f"
" - f"A professional Qt-based desktop application that converts " - f"web-based drag-and-drop text paths into native file operations.
" + f"Bridges web-based drag-and-drop workflows with native file operations " + f"for professional desktop applications.
" f"
" - f"© 2026 WebDrop Bridge Contributors" + f"Product of:
" + f"Hörl Information Management GmbH
" + f"Silberburgstraße 126
" + f"70176 Stuttgart, Germany
" + f"
" + f"" + f"Email: info@hoerl-im.de
" + f"Phone: +49 (0) 711 933 42 52 – 0
" + f"Web: https://www.hoerl-im.de/
" + f"
" + f"
" + f"© 2026 Hörl Information Management GmbH. All rights reserved." ) QMessageBox.about(self, f"About {self.config.app_name}", about_text)