Don't open ContextMenu for large choices, again
This commit is contained in:
parent
ac25c5a0f8
commit
ccbe726d91
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ Setting {
|
|||
|
||||
menu: ContextMenu {
|
||||
Repeater {
|
||||
model: limited_choices
|
||||
model: limited_choices.length>num_large_choices ? 0 : limited_choices
|
||||
MenuItem {
|
||||
text: Utils.ippName(name, limited_choices[index])
|
||||
onClicked:
|
||||
|
|
Loading…
Reference in a new issue