Core: Add Version string to Launcher title (#4107)
This commit is contained in:
parent
579abb33c0
commit
b27f667a15
|
@ -254,7 +254,7 @@ def run_gui():
|
||||||
_client_layout: Optional[ScrollBox] = None
|
_client_layout: Optional[ScrollBox] = None
|
||||||
|
|
||||||
def __init__(self, ctx=None):
|
def __init__(self, ctx=None):
|
||||||
self.title = self.base_title
|
self.title = self.base_title + " " + Utils.__version__
|
||||||
self.ctx = ctx
|
self.ctx = ctx
|
||||||
self.icon = r"data/icon.png"
|
self.icon = r"data/icon.png"
|
||||||
super().__init__()
|
super().__init__()
|
||||||
|
|
Loading…
Reference in New Issue