fix: code review suggestions
Co-authored-by: RichΛrd <info@richardramos.me>
This commit is contained in:
parent
0ff5fa32f0
commit
fe42cd08f8
|
@ -56,9 +56,7 @@ Item {
|
|||
anchors.right: parent.right
|
||||
anchors.rightMargin: Style.current.bigPadding
|
||||
anchors.verticalCenter: parent.verticalCenter
|
||||
onClicked: {
|
||||
optionsMenu.open()
|
||||
}
|
||||
onClicked: optionsMenu.open()
|
||||
}
|
||||
|
||||
PopupMenu {
|
||||
|
|
Loading…
Reference in New Issue