Skip to content

Commit a48d751

Browse files
committed
add version in title
1 parent 934199e commit a48d751

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sourceSDK++.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -923,7 +923,7 @@ def list_vpk_files(vpk_path):
923923

924924
# Create the main window
925925
root = tk.Tk()
926-
root.title("Source SDK")
926+
root.title("Source SDK " + local_version)
927927

928928
root.tk_setPalette(background="#4c5844", foreground="white")
929929

0 commit comments

Comments
 (0)