add
This commit is contained in:
parent
c1b601e4d1
commit
cffe35a447
@ -380,6 +380,7 @@ class LibraryTab(ctk.CTkScrollableFrame):
|
|||||||
self.remove_item_by_option(items_file, id)
|
self.remove_item_by_option(items_file, id)
|
||||||
|
|
||||||
def refresh_items(self):
|
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):
|
for label, button, button_view_list in zip(self.label_list, self.button_list, self.button_view_list):
|
||||||
label.destroy()
|
label.destroy()
|
||||||
button.destroy()
|
button.destroy()
|
||||||
|
@ -11,7 +11,7 @@ class BOIIIWD(ctk.CTk):
|
|||||||
# self.app_instance = BOIIIWD()
|
# self.app_instance = BOIIIWD()
|
||||||
|
|
||||||
# configure window
|
# configure window
|
||||||
self.title("boiii Workshop Downloader - Main")
|
self.title("BOIII Workshop Downloader - Main")
|
||||||
|
|
||||||
try:
|
try:
|
||||||
geometry_file = os.path.join(application_path, "boiiiwd_dont_touch.conf")
|
geometry_file = os.path.join(application_path, "boiiiwd_dont_touch.conf")
|
||||||
|
@ -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")
|
show_message("Couldn't open config.ini" ,"you can do so by yourself and change reset_on_fail value to whatever you want")
|
||||||
else:
|
else:
|
||||||
return
|
return
|
||||||
|
|
||||||
def theme_options_func(self, option: str):
|
def theme_options_func(self, option: str):
|
||||||
if option == "Default":
|
if option == "Default":
|
||||||
self.boiiiwd_custom_theme(disable_only=True)
|
self.boiiiwd_custom_theme(disable_only=True)
|
||||||
|
Loading…
Reference in New Issue
Block a user