[bugfix] Splash Window: toolwindowをTrueにし忘れていて、起動時にタスクバーに見えてしまっていたのを修正。
This commit is contained in:
@@ -8,6 +8,7 @@ class SplashWindow(CTkToplevel):
|
|||||||
self.overrideredirect(True)
|
self.overrideredirect(True)
|
||||||
self.configure(fg_color="#292a2d")
|
self.configure(fg_color="#292a2d")
|
||||||
self.title("SplashWindow")
|
self.title("SplashWindow")
|
||||||
|
self.wm_attributes("-toolwindow", True)
|
||||||
|
|
||||||
|
|
||||||
sw=self.winfo_screenwidth()
|
sw=self.winfo_screenwidth()
|
||||||
|
|||||||
Reference in New Issue
Block a user