We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8378192 commit ea57ab4Copy full SHA for ea57ab4
src/views/map.py
@@ -344,11 +344,11 @@ def cleanup(self):
344
Research.reset()
345
Lives.reset()
346
Audio.stop_all_sounds()
347
+ self.gui.manager.disable()
348
349
def back_to_menu(self):
350
previous_view = ViewsStack.pop()
351
if previous_view:
352
ViewsStack.push(MapView)
353
self.cleanup()
- self.gui.manager.disable()
354
self.window.show_view(previous_view())
0 commit comments