toplevels imp, get rid of topmosts in steam to boiii and details windows
This commit is contained in:
parent
fea0d4f590
commit
17928dcbf1
@ -509,7 +509,7 @@ class SettingsTab(ctk.CTkFrame):
|
|||||||
top = ctk.CTkToplevel(self)
|
top = ctk.CTkToplevel(self)
|
||||||
if os.path.exists(os.path.join(RESOURCES_DIR, "ryuk.ico")):
|
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.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()
|
_, _, x, y = get_window_size_from_registry()
|
||||||
top.geometry(f"+{x}+{y}")
|
top.geometry(f"+{x}+{y}")
|
||||||
# top.attributes('-topmost', 'true')
|
# top.attributes('-topmost', 'true')
|
||||||
|
Loading…
Reference in New Issue
Block a user