diff --git a/LogarithmPlotter/qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml b/LogarithmPlotter/qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml index 9cdb42f..9619181 100644 --- a/LogarithmPlotter/qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml +++ b/LogarithmPlotter/qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml @@ -88,7 +88,7 @@ MenuBar { model: Object.keys(Objects.types) MenuItem { - text: modelData + text: Objects.types[modelData].displayType() visible: Objects.types[modelData].createable() height: visible ? implicitHeight : 0 icon.name: modelData