updater replace Downloadbutton with Lx Tools installer
This commit is contained in:
@ -59,7 +59,7 @@ class AppConfig:
|
||||
|
||||
# Updates
|
||||
# 1 = 1. Year, 09 = Month of the Year, 2924 = Day and Year of the Year
|
||||
VERSION: str = "v. 2.06.2625"
|
||||
VERSION: str = "v. 2.07.0225"
|
||||
UPDATE_URL: str = "https://git.ilunix.de/api/v1/repos/punix/Wire-Py/releases"
|
||||
DOWNLOAD_URL: str = "https://git.ilunix.de/punix/Wire-Py/archive"
|
||||
|
||||
@ -187,12 +187,12 @@ class Image:
|
||||
"icon_export": [
|
||||
"/usr/share/icons/lx-icons/48/wg_export.png",
|
||||
],
|
||||
"icon_log": [
|
||||
"/usr/share/icons/lx-icons/48/log.png",
|
||||
],
|
||||
"icon_trash": [
|
||||
"/usr/share/icons/lx-icons/48/wg_trash.png",
|
||||
],
|
||||
"update": [
|
||||
"/usr/share/icons/lx-icons/16/settings.png",
|
||||
],
|
||||
}
|
||||
|
||||
# Get paths to try
|
||||
@ -210,7 +210,7 @@ class Image:
|
||||
self.images[image_key] = photo
|
||||
return photo
|
||||
except tk.TclError as e:
|
||||
# print(f"{LocaleStrings.MSGP["fail_load_image"]}{path}: {e}")
|
||||
print(f"{LocaleStrings.MSGP['fail_load_image']}{path}: {e}")
|
||||
continue
|
||||
|
||||
# Return None if no image found
|
||||
|
Reference in New Issue
Block a user