Fix begin campaign button on reload.

This commit is contained in:
Simon Clark 2021-06-26 22:38:19 +01:00
parent 0b90b53e09
commit e39f17b3de

View File

@ -121,6 +121,7 @@ class QTopPanel(QFrame):
self.passTurnButton.setText("Pass Turn")
if game and game.turn == 0:
self.passTurnButton.setText("Begin Campaign")
self.proceedButton.setEnabled(False)
else:
self.proceedButton.setEnabled(True)