diff --git a/main.qml b/main.qml index a601596c..11f8da47 100644 --- a/main.qml +++ b/main.qml @@ -792,6 +792,7 @@ ApplicationWindow { PropertyChanges { target: appWindow; height: 595; } PropertyChanges { target: resizeArea; visible: false } PropertyChanges { target: frameArea; blocked: true } + PropertyChanges { target: titleBar; visible: false } }, State { name: "normal" PropertyChanges { target: leftPanel; visible: true } @@ -803,6 +804,7 @@ ApplicationWindow { PropertyChanges { target: appWindow; height: maxWindowHeight; } PropertyChanges { target: resizeArea; visible: true } PropertyChanges { target: frameArea; blocked: false } + PropertyChanges { target: titleBar; visible: true } } ]