feat: add change_cursor parameter to ClickableLabel for EGS

Signed-off-by: Boris Yumankulov <boria138@altlinux.org>
This commit is contained in:
2025-06-04 19:39:24 +05:00
parent a31c9dc186
commit 2971a594dc
3 changed files with 6 additions and 2 deletions

View File

@ -1440,6 +1440,7 @@ class MainWindow(QMainWindow):
parent=coverFrame,
icon_size=16,
icon_space=5,
change_cursor=False
)
egsLabel.setStyleSheet(self.theme.STEAM_BADGE_STYLE)
egsLabel.setFixedWidth(badge_width)