Skip to content

Commit

Permalink
Merge branch 'main' into cleaner-code
Browse files Browse the repository at this point in the history
  • Loading branch information
Ati1707 authored Dec 7, 2024
2 parents 3ee5d2e + f52d04f commit 4133772
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified 7z/7z.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion main.pyw
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ class AssetWidget(ctk.CTkFrame):
remove_asset_list.remove(self)
self.grid_remove()


class MyTabView(ctk.CTkTabview):
"""
Custom tab view for managing install and uninstall tabs.
Expand Down Expand Up @@ -186,6 +185,7 @@ class MyTabView(ctk.CTkTabview):
Creates widgets for the 'Uninstall' tab.
"""
uninstall_tab = self.tab("Uninstall")

uninstall_button = ctk.CTkButton(uninstall_tab, text="Remove selected", command=self.remove_assets)
uninstall_button.grid(row=2, column=0, padx=20, pady=10, sticky="se")

Expand Down

0 comments on commit 4133772

Please sign in to comment.