Skip to content

Commit 4133772

Browse files
authored
Merge branch 'main' into cleaner-code
2 parents 3ee5d2e + f52d04f commit 4133772

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

7z/7z.exe

-249 KB
Binary file not shown.

main.pyw

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,6 @@ class AssetWidget(ctk.CTkFrame):
121121
remove_asset_list.remove(self)
122122
self.grid_remove()
123123

124-
125124
class MyTabView(ctk.CTkTabview):
126125
"""
127126
Custom tab view for managing install and uninstall tabs.
@@ -186,6 +185,7 @@ class MyTabView(ctk.CTkTabview):
186185
Creates widgets for the 'Uninstall' tab.
187186
"""
188187
uninstall_tab = self.tab("Uninstall")
188+
189189
uninstall_button = ctk.CTkButton(uninstall_tab, text="Remove selected", command=self.remove_assets)
190190
uninstall_button.grid(row=2, column=0, padx=20, pady=10, sticky="se")
191191

0 commit comments

Comments
 (0)