Re-Enable fullscreen shortcut and add menu on ViewMenu

This commit is contained in:
KangDroid 2018-08-30 16:53:07 +09:00
parent 0488494537
commit 9edf2b5b0b
No known key found for this signature in database
GPG key ID: E236E3E20AA0DE1D
2 changed files with 4 additions and 0 deletions

View file

@ -73,4 +73,7 @@ Menu
MenuSeparator {}
MenuItem { action: Cura.Actions.expandSidebar; }
MenuSeparator {}
MenuItem { action: Cura.Actions.toggleFullScreen; }
}