diff --git a/src/qml/presenter/MainWindow.qml b/src/qml/presenter/MainWindow.qml index b3673c3..4c0af6b 100644 --- a/src/qml/presenter/MainWindow.qml +++ b/src/qml/presenter/MainWindow.qml @@ -117,6 +117,7 @@ Controls.Page { id: library Controls.SplitView.preferredWidth: libraryOpen ? 200 : 0 Controls.SplitView.maximumWidth: 350 + visible: libraryOpen ? true : false } }