This commit is contained in:
kramo
2023-04-18 02:31:44 +02:00
parent 741245b415
commit f8bb111939
7 changed files with 108 additions and 163 deletions

View File

@@ -112,7 +112,7 @@ class SGDBSave:
).connect("response", self.response)
game_id = result.propagate_value()[1]
self.win.update_games([game_id])
self.win.update_games({game_id})
def response(self, _widget, response):
if response == "open_preferences":