Skip to content

Commit

Permalink
Updated main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Sayad-Uddin-Tahsin committed Jun 12, 2024
1 parent 0fbf4d9 commit 8792b75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@ def get_speed_with_unit(size_in_kb):
progressbar.configure(mode="indeterminate")
shutil.rmtree(self.zip_path)
self.finished = True
progressbar.configure(mode="determinate")
statusValueLabel.configure(text="Transfer Completed!")
ctk.CTkButton(self.root, text="Home", font=("Seoge UI", 15, "bold"), height=20, command=lambda: [self.root.destroy(), main(True)]).place(x=350, y=205)

Expand Down

0 comments on commit 8792b75

Please sign in to comment.