diff options
Diffstat (limited to 'qt-mobile/qml/Log.qml')
-rw-r--r-- | qt-mobile/qml/Log.qml | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/qt-mobile/qml/Log.qml b/qt-mobile/qml/Log.qml index bf3dcbdb0..6e6ca0418 100644 --- a/qt-mobile/qml/Log.qml +++ b/qt-mobile/qml/Log.qml @@ -37,16 +37,4 @@ MobileComponents.Page { } } } - contextualActions: [ - Action { - id: closeLog - text: "Close log" - iconName: "view-readermode" - onTriggered: { - stackView.pop() - contextDrawer.close() - } - } - ] - } |