replace download with open lxtoolsinstaller add translate german for logviewer fix message dialog

This commit is contained in:
2025-06-29 18:08:35 +02:00
parent 7351100e55
commit 52f782b4e8
7 changed files with 200 additions and 18 deletions

View File

@ -51,14 +51,14 @@ class AppConfig:
# Updates
# 1 = 1. Year, 09 = Month of the Year, 2924 = Day and Year of the Year
VERSION: str = "v. 1.06.0325"
VERSION: str = "v. 1.06.2925"
UPDATE_URL: str = "https://git.ilunix.de/api/v1/repos/punix/shared_libs/releases"
DOWNLOAD_URL: str = "https://git.ilunix.de/punix/shared_libs/archive"
# UI configuration
UI_CONFIG: Dict[str, Any] = {
"window_title2": "LogViewer",
"window_size": (600, 383),
"window_size": (590, 450),
"font_family": "Ubuntu",
"font_size": 11,
"resizable_window": (True, True),
@ -69,6 +69,7 @@ class AppConfig:
"icon_info": "/usr/share/icons/lx-icons/64/info.png",
"icon_error": "/usr/share/icons/lx-icons/64/error.png",
"icon_log": "/usr/share/icons/lx-icons/48/log.png",
"update": "/home/punix/Bilder/lx-icons/16/settings.png",
}
# System-dependent paths