We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35c4052 commit 6d00c79Copy full SHA for 6d00c79
1 file changed
main.py
@@ -329,7 +329,7 @@ def convert_particles():
329
text_console = ScrolledText(TextureApp, width=34, height=7)
330
text_console.place(x=42.5, y=223)
331
text_console.insert(
332
- tk.INSERT, "Version : 1.4.1 - Check if any update have been made.\n"
+ tk.INSERT, "Version : 1.4.2 - Check if any update have been made.\n"
333
)
334
text_console.insert(tk.INSERT, "----------------------------------\n")
335
text_console.configure(relief="solid", bd=2)
@@ -442,4 +442,4 @@ def show_credits():
442
# ------------------------------------------
443
444
445
-TextureApp.mainloop()
+TextureApp.mainloop()
0 commit comments