Skip to content

Commit

Permalink
Update Youtube-DL-Gui.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jessielw committed Oct 7, 2020
1 parent 495430c commit 3ef9e9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Youtube-DL-Gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# Main Gui & Windows --------------------------------------------------------

root = Tk()
root.title("Youtube-DL-Gui Beta v1.2")
root.title("Youtube-DL-Gui Beta v1.3")
root.iconphoto(True, PhotoImage(file="Runtime/Images/Youtube-DL-Gui.png"))
root.configure(background="#434547")
window_height = 440
Expand Down Expand Up @@ -51,7 +51,7 @@ def openaboutwindow():
about_window_text = Text(about_window, background="#434547", foreground="white", relief=SUNKEN)
about_window_text.pack()
about_window_text.configure(state=NORMAL)
about_window_text.insert(INSERT, "Youtube-DL-Gui Beta v1.2 \n")
about_window_text.insert(INSERT, "Youtube-DL-Gui Beta v1.3 \n")
about_window_text.insert(INSERT, "\n")
about_window_text.insert(INSERT, "Development: jlw4049")
about_window_text.insert(INSERT, "\n\n")
Expand Down

0 comments on commit 3ef9e9c

Please sign in to comment.