Skip to content

Commit

Permalink
1.78
Browse files Browse the repository at this point in the history
  • Loading branch information
DoobyDouglas committed Jun 29, 2023
1 parent 91085a7 commit 99c53e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Binary file modified HardSubber.exe
Binary file not shown.
3 changes: 2 additions & 1 deletion HardSubber.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ def set_geometry(master: tkinter.Tk):
master = tkinter.Tk(className='HARDSUBBER.main')
master.geometry(set_geometry(master))
master.resizable(False, False)
master.title('HARDSUBBER v1.77')
master.title('HARDSUBBER v1.78')
master.iconbitmap(default=resource_path('ico.ico'))
img = Image.open(resource_path('background.png'))
raw_img = ImageTk.PhotoImage(img)
Expand Down Expand Up @@ -226,4 +226,5 @@ def set_geometry(master: tkinter.Tk):
progressbar.place(relx=0.5, rely=1.0, anchor="center", y=-21, x=-31)

if __name__ == '__main__':
master.focus_force()
master.mainloop()

0 comments on commit 99c53e1

Please sign in to comment.