Skip to content

Commit c70679d

Browse files
authored
Merge pull request #17 from ChocoScaff/all_files_view
All files view
2 parents 48f69d7 + 0fdb036 commit c70679d

File tree

5 files changed

+277
-311
lines changed

5 files changed

+277
-311
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@
88
*__pycache__*
99
html/
1010
latex/
11+
.mdmp

button.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ def display(self):
9797
"""
9898

9999
file = File(self.sdk)
100-
self.btn_file_explorer = tk.Button(self.sdk.root, text="Files", command=file.display_files,image=self.iconExplorer,compound=tk.LEFT, background="#4c5844",fg="white")
100+
self.btn_file_explorer = tk.Button(self.sdk.root, text="Files", command=file.display_files_tree,image=self.iconExplorer,compound=tk.LEFT, background="#4c5844",fg="white")
101101
self.btn_file_explorer.pack(side="left")
102102

103103
if os.path.isfile(self.sdk.bin_folder + "/hammer.exe"):

0 commit comments

Comments
 (0)