Don't open ContextMenu for large choices
This commit is contained in:
parent
a1cd44990b
commit
f00de6cbb4
1 changed files with 4 additions and 1 deletions
|
@ -31,7 +31,10 @@ Setting {
|
|||
choice = dialog.choice
|
||||
})
|
||||
}
|
||||
menu.open(settingEntry)
|
||||
else
|
||||
{
|
||||
menu.open(settingEntry)
|
||||
}
|
||||
}
|
||||
|
||||
ContextMenu {
|
||||
|
|
Loading…
Reference in a new issue