Add version to title

This commit is contained in:
Fierelier 2021-03-19 03:37:41 +01:00
parent f26b863155
commit ee9e498ed2
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ def prettyJson(ls):
class browserWindow(QMainWindow):
def __init__(self,*args,**kwargs):
super().__init__(*args,**kwargs)
self.cTitle = "Hello World - " +distro
self.cTitle = "Hello World - " +distro+ " " +versionStringExt
self.cWidth = 640
self.cHeight = 480
self.setWindowTitle(self.cTitle)