From 68fe716c8260fa2582dcda0c6cd76a531d62e7e4 Mon Sep 17 00:00:00 2001
From: Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
Date: Wed, 3 Aug 2022 11:05:58 -0400
Subject: [PATCH] mainwindow: remove WA_TranslucentBackground window flag

This is not used and prevents the window from having native system,
resize, max, min, restore, close functionality in the title bar and
frame on Windows.

Change-Id: I3942b3582235fc57721354136cebf9257270e2f3
---
 src/app/MainApplicationWindow.qml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/app/MainApplicationWindow.qml b/src/app/MainApplicationWindow.qml
index bc9b53bbe..0011976b8 100644
--- a/src/app/MainApplicationWindow.qml
+++ b/src/app/MainApplicationWindow.qml
@@ -39,7 +39,6 @@ import "commoncomponents"
 
 ApplicationWindow {
     id: root
-    flags: Qt.WA_TranslucentBackground
 
     enum LoadedSource {
         WizardView = 0,
-- 
GitLab