diff --git a/qml/components/ChoiceSetting.qml b/qml/components/ChoiceSetting.qml index 7f1c291..2c39e5d 100644 --- a/qml/components/ChoiceSetting.qml +++ b/qml/components/ChoiceSetting.qml @@ -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: