diff options
| author | Papoteur <papoteur@mageia.org> | 2025-06-11 08:20:21 +0200 |
|---|---|---|
| committer | Papoteur <papoteur@mageia.org> | 2025-06-11 08:47:55 +0200 |
| commit | 13df2cdc0382bb9aee3de910259d023ff7f0e628 (patch) | |
| tree | 18d10a20cea496d0e666992f29b28800d8e6ccd5 /src | |
| parent | 6e01db0c74bb3993f17e491118fd1fcf34599814 (diff) | |
| download | mageiawelcome-13df2cdc0382bb9aee3de910259d023ff7f0e628.tar mageiawelcome-13df2cdc0382bb9aee3de910259d023ff7f0e628.tar.gz mageiawelcome-13df2cdc0382bb9aee3de910259d023ff7f0e628.tar.bz2 mageiawelcome-13df2cdc0382bb9aee3de910259d023ff7f0e628.tar.xz mageiawelcome-13df2cdc0382bb9aee3de910259d023ff7f0e628.zip | |
Cleaning
Update a comment
Diffstat (limited to 'src')
| -rw-r--r-- | src/ui.py | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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) |
