BizHawkClient: Remove run_gui in favor of make_gui (#3910)

This commit is contained in:
Bryce Wilson
2024-09-11 04:22:04 -07:00
committed by GitHub
parent 874392756b
commit c9f1a21bd2
2 changed files with 5 additions and 9 deletions

View File

@@ -662,7 +662,7 @@ class CommonContext:
logger.exception(msg, exc_info=exc_info, extra={'compact_gui': True})
self._messagebox_connection_loss = self.gui_error(msg, exc_info[1])
def make_gui(self) -> type:
def make_gui(self) -> typing.Type["kvui.GameManager"]:
"""To return the Kivy App class needed for run_gui so it can be overridden before being built"""
from kvui import GameManager