Skip to content

Commit 82f7c54

Browse files
committed
fix button
1 parent 8fc8daf commit 82f7c54

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

button.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ def destroy_button(self):
6868

6969
print("reload")
7070

71+
self.btn_file_explorer.destroy()
72+
7173
if os.path.isfile(self.sdk.bin_folder + "/hammer.exe"):
7274
self.btn_hammer.destroy()
7375
if os.path.isfile(self.sdk.bin_folder + "/hammerplusplus.exe"):

0 commit comments

Comments
 (0)