mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Fix begin campaign button on reload.
This commit is contained in:
parent
0b90b53e09
commit
e39f17b3de
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user