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,7 +31,10 @@ Setting {
choice = dialog.choice
})
}
menu.open(settingEntry)
else
{
menu.open(settingEntry)
}
}
ContextMenu {