diff --git a/vrct_gui/splash_window/SplashWindow.py b/vrct_gui/splash_window/SplashWindow.py index d5e1d2e7..96537c5e 100644 --- a/vrct_gui/splash_window/SplashWindow.py +++ b/vrct_gui/splash_window/SplashWindow.py @@ -8,6 +8,7 @@ class SplashWindow(CTkToplevel): self.overrideredirect(True) self.configure(fg_color="#292a2d") self.title("SplashWindow") + self.wm_attributes("-toolwindow", True) sw=self.winfo_screenwidth()