This commit is contained in:
faroukbmiled 2023-09-21 14:03:20 +01:00
parent c1b601e4d1
commit cffe35a447
3 changed files with 3 additions and 1 deletions

View File

@ -380,6 +380,7 @@ class LibraryTab(ctk.CTkScrollableFrame):
self.remove_item_by_option(items_file, id)
def refresh_items(self):
main_app.app.title("BOIII Workshop Downloader - Library ➜ Loading... ⏳")
for label, button, button_view_list in zip(self.label_list, self.button_list, self.button_view_list):
label.destroy()
button.destroy()

View File

@ -11,7 +11,7 @@ class BOIIIWD(ctk.CTk):
# self.app_instance = BOIIIWD()
# configure window
self.title("boiii Workshop Downloader - Main")
self.title("BOIII Workshop Downloader - Main")
try:
geometry_file = os.path.join(application_path, "boiiiwd_dont_touch.conf")

View File

@ -180,6 +180,7 @@ class SettingsTab(ctk.CTkFrame):
show_message("Couldn't open config.ini" ,"you can do so by yourself and change reset_on_fail value to whatever you want")
else:
return
def theme_options_func(self, option: str):
if option == "Default":
self.boiiiwd_custom_theme(disable_only=True)