From 13df2cdc0382bb9aee3de910259d023ff7f0e628 Mon Sep 17 00:00:00 2001 From: Papoteur Date: Wed, 11 Jun 2025 08:20:21 +0200 Subject: Cleaning Update a comment --- src/ui.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src') diff --git a/src/ui.py b/src/ui.py index 4a219b8..c0bcd91 100644 --- a/src/ui.py +++ b/src/ui.py @@ -778,7 +778,6 @@ class AppListPage(QWidget): self.parent = parent self.group = group self.list_layout = QVBoxLayout() - print(len(AppList)) for index in range(len(AppList)): item = AppList[index] if group in item["group"]: @@ -1047,10 +1046,9 @@ class ApplistItem(QWidget, Commands): def installation(self, args): self.install(args) - # Give the signal to reload the app widget + # Reload the app widget also in other tabs self.parent.update_item(self, self.index) for group in self.group.split(" "): - print(f"Group {group} / {self.group}") if group != self.parent.group: self.parent.update_wide_item(self.index) -- cgit v1.2.1