From 922b1472dd26dcfebb47a5d8eb1494ba82abd361 Mon Sep 17 00:00:00 2001 From: loathingKernel <142770+loathingKernel@users.noreply.github.com> Date: Fri, 17 Feb 2023 10:49:34 +0200 Subject: [PATCH] IconWidget: Fix typo in install_btn css selector --- rare/components/tabs/games/game_widgets/icon_widget.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rare/components/tabs/games/game_widgets/icon_widget.py b/rare/components/tabs/games/game_widgets/icon_widget.py index cff98ee9..086adcd1 100644 --- a/rare/components/tabs/games/game_widgets/icon_widget.py +++ b/rare/components/tabs/games/game_widgets/icon_widget.py @@ -116,7 +116,7 @@ class IconWidget(object): self.install_btn.setObjectName(f"{type(self).__name__}InstallButton") self.install_btn.setStyleSheet( f""" - PushButton#{self.install_btn.objectName()} {{ + QPushButton#{self.install_btn.objectName()} {{ border-radius: 10%; background-color: rgba(0, 0, 0, 65%); border-color: black; border-width: 1px;