diff options
author | kali kaneko (leap communications) <kali@leap.se> | 2021-06-01 12:28:47 +0200 |
---|---|---|
committer | kali kaneko (leap communications) <kali@leap.se> | 2021-06-01 12:34:11 +0200 |
commit | a0fd057bfda06de2159bf173035a88ca3d1dbadd (patch) | |
tree | 4f8358cd06789bf4f372c24510c90500687e8d12 /gui/qml/MainBar.qml | |
parent | c2a582fa4915b1a820bcc5e5bc589cd9ac2e2d19 (diff) |
[feat] hide window by default, raise for picking location
Diffstat (limited to 'gui/qml/MainBar.qml')
-rw-r--r-- | gui/qml/MainBar.qml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gui/qml/MainBar.qml b/gui/qml/MainBar.qml index 1f28bac..a05c1a1 100644 --- a/gui/qml/MainBar.qml +++ b/gui/qml/MainBar.qml @@ -2,7 +2,6 @@ import QtQuick 2.9 import QtQuick.Controls 2.4 TabBar { - //id: bar width: parent.width TabButton { text: qsTr("Status") |