Highlight first item when opening context menu

This commit is contained in:
miruka 2020-07-09 22:20:40 -04:00
parent 3e92b882c9
commit 9612470c9c
2 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,5 @@
# TODO
- focus first item in menu if opened by kb
- composer menu?
- fix members not synced bug
- fix local unread counters order

View File

@ -35,6 +35,7 @@ Menu {
onOpened: {
window.visibleMenus[uuid] = this
window.visibleMenusChanged()
menu.currentIndex = 0
}
onClosed: {
if (focusOnClosed) focusOnClosed.forceActiveFocus()