1
0
Fork 0
mirror of synced 2024-06-26 18:20:50 +12:00

Changed icon for epic page

This commit is contained in:
Dummerle 2021-04-09 11:39:38 +02:00
parent 165a477078
commit 294a7201be

View file

@ -49,7 +49,7 @@ class TabWidget(QTabWidget):
self.addTab(self.settings, icon("fa.gear", color='white'), "(!)" if self.settings.about.update_available else "")
self.setIconSize(QSize(25, 25))
store_button = TabButtonWidget(core, 'mdi.tag', 'Epic Games Store')
store_button = TabButtonWidget(core, 'fa.shopping-cart', 'Epic Games Store')
store_button.pressed.connect(lambda: webbrowser.open("https://www.epicgames.com/store"))
self.tabBar().setTabButton(3, self.tabBar().RightSide, store_button)