mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +00:00
Set up split/join points.
This commit is contained in:
@@ -232,6 +232,8 @@ class QLiberationWindow(QMainWindow):
|
||||
sys.exit(0)
|
||||
|
||||
def setGame(self, game: Optional[Game]):
|
||||
if game is not None:
|
||||
game.on_load()
|
||||
self.game = game
|
||||
if self.info_panel:
|
||||
self.info_panel.setGame(game)
|
||||
|
||||
Reference in New Issue
Block a user