aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Overlay.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Overlay.cpp b/src/Overlay.cpp
index cd8f632..732b0a4 100644
--- a/src/Overlay.cpp
+++ b/src/Overlay.cpp
@@ -827,6 +827,7 @@ namespace gsr {
window_create_params.override_redirect = prevent_game_minimizing;
window_create_params.background_color = bg_color;
window_create_params.support_alpha = true;
+ window_create_params.hide_decorations = true;
// MGL_WINDOW_TYPE_DIALOG is needed for kde plasma wayland in some cases, otherwise the window will pop up on another activity
// or may not be visible at all
window_create_params.window_type = MGL_WINDOW_TYPE_DIALOG;