Remove quick favorite action, this isn't an action often used
This commit is contained in:
@@ -111,17 +111,6 @@ Kirigami.ScrollablePage {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
actions: [
|
actions: [
|
||||||
Kirigami.Action {
|
|
||||||
id: makeAction
|
|
||||||
text: currentRoom.isFavourite ? i18n("Remove room from favorites") : i18n("Make room favorite")
|
|
||||||
|
|
||||||
icon.name: currentRoom.isFavourite ? "rating" : "rating-unrated"
|
|
||||||
checkable: true
|
|
||||||
checked: currentRoom.isFavourite
|
|
||||||
|
|
||||||
onTriggered: currentRoom.isFavourite ? currentRoom.removeTag("m.favourite") : currentRoom.addTag("m.favourite", 1.0)
|
|
||||||
|
|
||||||
},
|
|
||||||
Kirigami.Action {
|
Kirigami.Action {
|
||||||
id: optionAction
|
id: optionAction
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user