Skip to content
Snippets Groups Projects
Commit 7d947787 authored by Pierre Lamot's avatar Pierre Lamot
Browse files

qml: add an entry to show/hide the detached controller in the menu

parent d7daa815
No related tags found
No related merge requests found
......@@ -47,6 +47,13 @@ Widgets.MenuExt {
onTriggered: mainInterface.interfaceFullScreen = !mainInterface.interfaceFullScreen
}
Action {
text: i18n.qtr("&Detached controller")
checkable: true
checked: mainInterface.detachedControllerVisible
onTriggered: mainInterface.toggleScreen()
}
Loader {
active: medialib !== null
sourceComponent: Widgets.MenuItemExt {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment