We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23832ba commit 9da8823Copy full SHA for 9da8823
1 file changed
src/mainUI.py
@@ -52,7 +52,7 @@ def CreateRoot():
52
53
54
# Bottom text
55
- ttk.Label(root, text="ETS2 Lane Assist (1.1.3) ©Tumppi066 - 2023", font=("Roboto", 8)).pack(side="bottom", anchor="s", padx=10, pady=0)
+ ttk.Label(root, text="ETS2 Lane Assist (1.1.4) ©Tumppi066 - 2023", font=("Roboto", 8)).pack(side="bottom", anchor="s", padx=10, pady=0)
56
fps = tk.StringVar()
57
ttk.Label(root, textvariable=fps, font=("Roboto", 8)).pack(side="bottom", anchor="s", padx=10, pady=0)
58
0 commit comments