From 9bb80a07fc7bc1482448ae1e46bcc6ed3d438b8a Mon Sep 17 00:00:00 2001 From: Alex Spataru Date: Wed, 7 Apr 2021 17:56:45 -0500 Subject: [PATCH] Fix MW flags in Windows --- qml/MainWindow/MainWindow.qml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/qml/MainWindow/MainWindow.qml b/qml/MainWindow/MainWindow.qml index f81803fc..5c71ccf2 100644 --- a/qml/MainWindow/MainWindow.qml +++ b/qml/MainWindow/MainWindow.qml @@ -126,9 +126,7 @@ Window { // // To hell with you X11 // - flags: Qt.Dialog | - Qt.WindowCloseButtonHint | - Qt.WindowMinimizeButtonHint + flags: Qt.Dialog | Qt.WindowCloseButtonHint | Qt.WindowTitleHint // // Misc. properties