Core: Add Version string to Launcher title (#4107)

This commit is contained in:
PoryGone
2024-10-27 20:53:11 -04:00
committed by GitHub
parent 579abb33c0
commit b27f667a15

View File

@@ -254,7 +254,7 @@ def run_gui():
_client_layout: Optional[ScrollBox] = None
def __init__(self, ctx=None):
self.title = self.base_title
self.title = self.base_title + " " + Utils.__version__
self.ctx = ctx
self.icon = r"data/icon.png"
super().__init__()