Merge branch 'main' into module/wifi
Lint & Format (JS/TS) / lint-format (pull_request) Successful in 17s
Python / lint-format (pull_request) Successful in 27s
Python / test (pull_request) Successful in 50s
Lint & Format (Rust) / lint-format (pull_request) Successful in 1m39s

This commit is contained in:
2026-06-24 18:58:36 +02:00
202 changed files with 11455 additions and 4203 deletions
+3 -4
View File
@@ -16,8 +16,8 @@ Item {
readonly property Popout currentPopout: content.children.find(c => c.shouldBeActive) ?? null
required property PopoutState popouts
implicitHeight: (currentPopout?.implicitHeight ?? 0) + 5 * 2
implicitWidth: (currentPopout?.implicitWidth ?? 0) + 5 * 2
implicitHeight: (currentPopout?.implicitHeight ?? 0) + Appearance.padding.small * 2
implicitWidth: (currentPopout?.implicitWidth ?? 0) + Appearance.padding.small * 2
Item {
id: content
@@ -27,7 +27,7 @@ Item {
Popout {
name: "audio"
sourceComponent: AudioPopup {
sourceComponent: AudioPopout {
wrapper: root.wrapper
}
}
@@ -72,7 +72,6 @@ Item {
name: "upower"
sourceComponent: UPowerPopout {
wrapper: root.popouts
}
}