Index: sources/gui/qml/components/ScreenItem.qml =================================================================== diff -u -r07121b02499a4c929c5b5e8bd804a67539574c1b -r9b6a2029835c67d61267fad0483a22a916a5eb2f --- sources/gui/qml/components/ScreenItem.qml (.../ScreenItem.qml) (revision 07121b02499a4c929c5b5e8bd804a67539574c1b) +++ sources/gui/qml/components/ScreenItem.qml (.../ScreenItem.qml) (revision 9b6a2029835c67d61267fad0483a22a916a5eb2f) @@ -27,6 +27,7 @@ property alias backgroundRect : _backgroundRect property string headerTitle : "" property bool showCreateRxHeaderButton : false + property bool showHeaderMenu : false visible: false width : Variables.applicationWidth