1
0
Fork 0
mirror of synced 2024-06-02 18:54:41 +12:00

RareGame: Don't emit widget.update in set_installed

`set_pixmap()` handles emitting `widget.update`
This commit is contained in:
loathingKernel 2023-03-12 18:57:30 +02:00
parent fb1175ee04
commit a6b10a6ec4
No known key found for this signature in database
GPG key ID: CE0C72D0B53821FD

View file

@ -287,7 +287,6 @@ class RareGame(RareGameSlim):
self.igame = None
self.signals.game.uninstalled.emit(self.app_name)
self.set_pixmap()
self.signals.widget.update.emit()
@property
def can_run_offline(self) -> bool: