mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Added version string in the window title
This commit is contained in:
parent
e92fb38271
commit
75bb6941d3
@ -29,7 +29,7 @@ class QLiberationWindow(QMainWindow):
|
|||||||
self.setGame(persistency.restore_game())
|
self.setGame(persistency.restore_game())
|
||||||
|
|
||||||
self.setGeometry(300, 100, 270, 100)
|
self.setGeometry(300, 100, 270, 100)
|
||||||
self.setWindowTitle("DCS Liberation")
|
self.setWindowTitle("DCS Liberation - v" + CONST.VERSION_STRING)
|
||||||
self.setWindowIcon(QIcon("./resources/icon.png"))
|
self.setWindowIcon(QIcon("./resources/icon.png"))
|
||||||
self.statusBar().showMessage('Ready')
|
self.statusBar().showMessage('Ready')
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user