Commit bd0c1264 authored by Donald Gagne's avatar Donald Gagne

Hide plan toolbar when switching views

parent 1723a2d2
......@@ -53,6 +53,7 @@ Item {
for (var i=0; i<_viewList.length; i++) {
_viewList[i].visible = false
}
planToolBar.visible = false
}
function showSettingsView() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment