From 050190100e3d6f64c689df4b73fca52fe6e177f4 Mon Sep 17 00:00:00 2001 From: Alex Spataru Date: Tue, 9 Nov 2021 17:08:59 -0600 Subject: [PATCH] Fix typo --- assets/qml/FramelessWindow/WindowBorder.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/qml/FramelessWindow/WindowBorder.qml b/assets/qml/FramelessWindow/WindowBorder.qml index 6fbf90e6..23068bf4 100644 --- a/assets/qml/FramelessWindow/WindowBorder.qml +++ b/assets/qml/FramelessWindow/WindowBorder.qml @@ -47,6 +47,7 @@ Rectangle { property bool closeEnabled: true property bool minimizeEnabled: true property bool maximizeEnabled: true + property bool fullscreenEnabled: false property color textColor: palette.text readonly property bool showMacControls: Cpp_IsMac