Update UVR.py

This commit is contained in:
Anjok07 2023-09-29 02:04:35 -05:00 committed by GitHub
parent 03876e9901
commit 86493d0f96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
UVR.py
View File

@ -7181,4 +7181,4 @@ if __name__ == "__main__":
root.update() if is_windows else root.update_idletasks()
root.deiconify()
root.configure(bg=BG_COLOR)
root.mainloop()
root.mainloop()