feat: add config option to hide top bar

This commit is contained in:
David Cumps
2019-07-16 02:33:00 +02:00
parent 42650e2070
commit 7345df0367
4 changed files with 5 additions and 0 deletions

View File

@@ -376,6 +376,7 @@ Rectangle {
anchors.top: parent.top;
anchors.horizontalCenter: parent.horizontalCenter
color: "transparent"
visible: config.showTopBar != "false"
Row {
id: row_left