fixes
This commit is contained in:
parent
0e24fea3d3
commit
8a23eac8fa
@ -909,7 +909,7 @@ class LibraryTab(ctk.CTkScrollableFrame):
|
|||||||
_, _, x, y = get_window_size_from_registry()
|
_, _, x, y = get_window_size_from_registry()
|
||||||
top.geometry(f"{window_width}x{window_height}+{x}+{y}")
|
top.geometry(f"{window_width}x{window_height}+{x}+{y}")
|
||||||
top.maxsize(window_width + 100, 450)
|
top.maxsize(window_width + 100, 450)
|
||||||
top.attributes('-topmost', 'true')
|
top.minsize(window_width - 5, window_height-100)
|
||||||
top.resizable(True, True)
|
top.resizable(True, True)
|
||||||
selected_id_list = []
|
selected_id_list = []
|
||||||
cevent = Event()
|
cevent = Event()
|
||||||
@ -1006,5 +1006,6 @@ class LibraryTab(ctk.CTkScrollableFrame):
|
|||||||
show_message("Error", f"{e}", icon="cancel")
|
show_message("Error", f"{e}", icon="cancel")
|
||||||
|
|
||||||
finally:
|
finally:
|
||||||
|
main_app.app.after(150, lambda: top.focus_force())
|
||||||
self.update_button.configure(state="normal", width=65, height=20)
|
self.update_button.configure(state="normal", width=65, height=20)
|
||||||
self.update_tooltip.configure(message='Check items for updates')
|
self.update_tooltip.configure(message='Check items for updates')
|
||||||
|
@ -721,7 +721,7 @@ class SettingsTab(ctk.CTkFrame):
|
|||||||
main_app.app.create_context_menu(boiii_folder_entry)
|
main_app.app.create_context_menu(boiii_folder_entry)
|
||||||
copy_var.set(True)
|
copy_var.set(True)
|
||||||
progress_bar.set(0)
|
progress_bar.set(0)
|
||||||
top.after(120, top.focus_force)
|
top.after(150, top.focus_force)
|
||||||
|
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
show_message("Error", f"{e}", icon="cancel")
|
show_message("Error", f"{e}", icon="cancel")
|
||||||
|
Loading…
Reference in New Issue
Block a user