Cleanups
This commit is contained in:
@@ -25,6 +25,7 @@ from gi.repository import GdkPixbuf
|
||||
def get_cover(game_id, parent_widget):
|
||||
if game_id in parent_widget.pixbufs.keys():
|
||||
return parent_widget.pixbufs[game_id]
|
||||
|
||||
cover_path = os.path.join(
|
||||
os.environ.get("XDG_DATA_HOME"), "cartridges", "covers", game_id + ".jpg"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user