Small tweaks.
This commit is contained in:
@@ -86,7 +86,7 @@ Item {
|
||||
displayMarginBeginning: 40
|
||||
displayMarginEnd: 40
|
||||
verticalLayoutDirection: ListView.BottomToTop
|
||||
maximumFlickVelocity: 2048
|
||||
maximumFlickVelocity: 1024
|
||||
spacing: 8
|
||||
|
||||
model: MessageEventModel{
|
||||
|
||||
@@ -210,16 +210,13 @@ Item {
|
||||
id: roomListMenu
|
||||
|
||||
MenuItem {
|
||||
text: "Prioritize"
|
||||
text: "Favourite"
|
||||
onTriggered: roomListMenu.room.isFavourite ? roomListMenu.room.removeTag("m.favourite") : roomListMenu.room.addTag("m.favourite", "1")
|
||||
}
|
||||
MenuItem {
|
||||
text: "Deprioritize"
|
||||
onTriggered: roomListMenu.room.isLowPriority ? roomListMenu.room.removeTag("m.lowpriority") : roomListMenu.room.addTag("m.lowpriority", "1")
|
||||
}
|
||||
MenuItem {
|
||||
text: "Direct Chat"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user