Skip to content

Commit c77e2e4

Browse files
committed
Fix setting new highscore opening window
1 parent 419a3e6 commit c77e2e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/minegauler/app/frontend/main_window.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -708,7 +708,7 @@ def _handle_finished_game(self) -> None:
708708
logger.exception("Error getting highscores")
709709
else:
710710
if new_best:
711-
self.open_highscores_window(highscore, new_best)
711+
self.open_highscores_window(highscore.settings, new_best)
712712
# try:
713713
# save_highscore_file(
714714
# highscore, self._mf_widget.get_mouse_events(),

0 commit comments

Comments
 (0)