Move spec_version to shared

This commit is contained in:
kramo
2023-05-24 13:57:52 +02:00
committed by GeoffreyCoulaud
parent 2b8c594a50
commit f06aed3ce0
2 changed files with 1 additions and 4 deletions

View File

@@ -53,4 +53,4 @@ image_size = (200 * scale_factor, 300 * scale_factor)
win = None
importer = None
store = None
spec_version = 1.5 # The version of the game_id.json spec
spec_version = 2.0 # The version of the game_id.json spec

View File

@@ -74,9 +74,6 @@ class CartridgesWindow(Adw.ApplicationWindow):
details_view_game_cover = None
sort_state = "a-z"
# The version of the game_id.json spec
spec_version = 2.0
def __init__(self, **kwargs):
super().__init__(**kwargs)