diff --git a/resources/qml/Actions.qml b/resources/qml/Actions.qml index 2c42275e0d..59aa227cca 100644 --- a/resources/qml/Actions.qml +++ b/resources/qml/Actions.qml @@ -47,7 +47,6 @@ Item Action { id:toggleFullScreenAction - shortcut: StandardKey.FullScreen; text: catalog.i18nc("@action:inmenu","Toggle Fu&ll Screen"); iconName: "view-fullscreen"; } diff --git a/resources/qml/Cura.qml b/resources/qml/Cura.qml index 6af5c316cc..696b37bdad 100644 --- a/resources/qml/Cura.qml +++ b/resources/qml/Cura.qml @@ -152,10 +152,6 @@ UM.MainWindow onObjectRemoved: top_view_menu.removeItem(object) } ExclusiveGroup { id: view_menu_top_group; } - - MenuSeparator { } - - MenuItem { action: actions.toggleFullScreen; } } Menu {