Move toggle_hidden into the game class

This commit is contained in:
kramo
2023-03-24 23:26:36 +01:00
parent ecceaabff1
commit b65bab3528
4 changed files with 22 additions and 45 deletions

View File

@@ -28,7 +28,6 @@ cartridges_sources = [
'utils/get_games.py',
'utils/save_games.py',
'utils/save_cover.py',
'utils/toggle_hidden.py',
'utils/create_dialog.py',
'utils/create_details_window.py'
]