Rename Keys.Room.(previous/next)_urgent setting
to (previous/next)_highlight, to match the new terminology used from the previous notification settings commit.
This commit is contained in:
@@ -264,12 +264,12 @@ HListView {
|
||||
}
|
||||
|
||||
HShortcut {
|
||||
sequences: window.settings.Keys.Rooms.previous_urgent
|
||||
sequences: window.settings.Keys.Rooms.previous_highlight
|
||||
onActivated: cycleUnreadRooms(false, true) && showItemLimiter.restart()
|
||||
}
|
||||
|
||||
HShortcut {
|
||||
sequences: window.settings.Keys.Rooms.next_urgent
|
||||
sequences: window.settings.Keys.Rooms.next_highlight
|
||||
onActivated: cycleUnreadRooms(true, true) && showItemLimiter.restart()
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user