add targo & xgo

This commit is contained in:
2026-03-08 21:03:39 +01:00
parent 12529a4c3c
commit 299188923b
5 changed files with 198 additions and 3 deletions
@@ -10,8 +10,6 @@ UBox {
readonly property string currentPanel: ShellState.leftSiderbarTab // "bluetooth", "wifi"
implicitHeight: (root.currentPanel === "bluetooth" ? btContentLoader.implicitHeight : wifiContentLoader.implicitHeight) + toggleGroup.implicitHeight + Style.marginXS * 2 + Style.marginS * 2
ColumnLayout {
spacing: Style.marginXS
anchors.fill: parent