From bc7327a6d542a41f504e2ba6cf68b99a64567a13 Mon Sep 17 00:00:00 2001 From: DYefremov Date: Sun, 11 Jan 2026 00:27:43 +0300 Subject: [PATCH] extension manager adjustment --- app/ui/extensions/management.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/ui/extensions/management.py b/app/ui/extensions/management.py index ecab4a32..dd8507c2 100644 --- a/app/ui/extensions/management.py +++ b/app/ui/extensions/management.py @@ -2,7 +2,7 @@ # # The MIT License (MIT) # -# Copyright (c) 2023-2024 Dmitriy Yefremov +# Copyright (c) 2023-2026 Dmitriy Yefremov # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal @@ -48,7 +48,7 @@ HEADERS = {"User-Agent": "Mozilla/5.0 (X11; Linux i686; rv:112.0) Gecko/20100101 class ExtensionManager(Gtk.Window): - ICON_INFO = "emblem-important-symbolic" + ICON_INFO = "emblem-synchronizing-symbolic" ICON_UPDATE = "network-receive-symbolic" class Column(IntEnum): @@ -281,6 +281,7 @@ class ExtensionManager(Gtk.Window): ext_ver = ext[0].VERSION path = ext[1] if ext_ver < ver: + desc = f"[ Update -> ver. {ver} ] {desc}" ver = ext_ver info = self.ICON_INFO