first steps to mark read

This commit is contained in:
Jeena 2015-02-09 00:37:31 +01:00
parent 74d5236408
commit ddb54f398c
8 changed files with 27 additions and 4 deletions

View file

@ -5,6 +5,7 @@ MenuBar {
property bool loggedIn: false
property Server server
property Sidebar sidebar
property Content content
Menu {
title: qsTr("File")
@ -45,7 +46,8 @@ MenuBar {
MenuItem {
text: qsTr("Set &Unread")
shortcut: "U"
enabled: false
enabled: true
onTriggered: content.post.read = false
}
MenuItem {
text: qsTr("Next")