diff --git a/GlosSITarget/Settings.h b/GlosSITarget/Settings.h index f2b37df..5254065 100644 --- a/GlosSITarget/Settings.h +++ b/GlosSITarget/Settings.h @@ -54,7 +54,7 @@ inline struct Window { int maxFps = 0; float scale = 0.f; bool disableOverlay = false; - bool hideAltTab = false; + bool hideAltTab = true; bool disableGlosSIOverlay = false; } window;