mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 07:09:01 +08:00
Remove full screen from menu and disable the shortcut key
Upstream is unfortunately riddled with bugs, so it is better to disable full screen for now. CURA-317 #Ready-for-Review
This commit is contained in:
parent
d943bbee31
commit
a94961d28b
@ -47,7 +47,6 @@ Item
|
||||
Action
|
||||
{
|
||||
id:toggleFullScreenAction
|
||||
shortcut: StandardKey.FullScreen;
|
||||
text: catalog.i18nc("@action:inmenu","Toggle Fu&ll Screen");
|
||||
iconName: "view-fullscreen";
|
||||
}
|
||||
|
@ -152,10 +152,6 @@ UM.MainWindow
|
||||
onObjectRemoved: top_view_menu.removeItem(object)
|
||||
}
|
||||
ExclusiveGroup { id: view_menu_top_group; }
|
||||
|
||||
MenuSeparator { }
|
||||
|
||||
MenuItem { action: actions.toggleFullScreen; }
|
||||
}
|
||||
Menu
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user