This commit is contained in:
Alex Spataru 2021-11-09 17:08:59 -06:00
parent 58d9f7bb70
commit 050190100e

View File

@ -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