Don't open ContextMenu for large choices

This commit is contained in:
Anton Thomasson 2020-11-23 19:00:26 +01:00
parent a1cd44990b
commit f00de6cbb4

View file

@ -31,8 +31,11 @@ Setting {
choice = dialog.choice choice = dialog.choice
}) })
} }
else
{
menu.open(settingEntry) menu.open(settingEntry)
} }
}
ContextMenu { ContextMenu {
id: menu id: menu