mirror of
https://github.com/Anjok07/ultimatevocalremovergui.git
synced 2024-11-24 07:20:10 +01:00
Update UVR.py
This commit is contained in:
parent
42e8b7462b
commit
db2633f76d
4
UVR.py
4
UVR.py
@ -2660,7 +2660,7 @@ class MainWindow(TkinterDnD.Tk if is_dnd_compatible else tk.Tk):
|
||||
window.resizable(False, False)
|
||||
window.wm_transient(top_window)
|
||||
window.title(title)
|
||||
window.iconbitmap(ICON_IMG_PATH if is_windows else None)
|
||||
window.iconbitmap(ICON_IMG_PATH) if is_windows else self.tk.call('wm', 'iconphoto', window._w, tk.PhotoImage(file=MAIN_ICON_IMG_PATH))
|
||||
|
||||
root_location_x = root.winfo_x()
|
||||
root_location_y = root.winfo_y()
|
||||
@ -7194,4 +7194,4 @@ if __name__ == "__main__":
|
||||
root.update() if is_windows else root.update_idletasks()
|
||||
root.deiconify()
|
||||
root.configure(bg=BG_COLOR)
|
||||
root.mainloop()
|
||||
root.mainloop()
|
||||
|
Loading…
Reference in New Issue
Block a user