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