We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fc8daf commit 82f7c54Copy full SHA for 82f7c54
button.py
@@ -68,6 +68,8 @@ def destroy_button(self):
68
69
print("reload")
70
71
+ self.btn_file_explorer.destroy()
72
+
73
if os.path.isfile(self.sdk.bin_folder + "/hammer.exe"):
74
self.btn_hammer.destroy()
75
if os.path.isfile(self.sdk.bin_folder + "/hammerplusplus.exe"):
0 commit comments