toplevels imp, get rid of topmosts in steam to boiii and details windows

This commit is contained in:
faroukbmiled 2023-09-25 22:06:40 +01:00
parent fea0d4f590
commit 17928dcbf1

View File

@ -509,7 +509,7 @@ class SettingsTab(ctk.CTkFrame):
top = ctk.CTkToplevel(self)
if os.path.exists(os.path.join(RESOURCES_DIR, "ryuk.ico")):
top.after(210, lambda: top.iconbitmap(os.path.join(RESOURCES_DIR, "ryuk.ico")))
top.title("Steam to boiii -> Workshop items")
top.title("Steam to boiii")
_, _, x, y = get_window_size_from_registry()
top.geometry(f"+{x}+{y}")
# top.attributes('-topmost', 'true')