right sidebar: cloudflare warp

This commit is contained in:
end-4
2025-07-09 10:13:37 +07:00
parent a0301bbc13
commit 9a90d26e81
3 changed files with 91 additions and 0 deletions
@@ -20,6 +20,7 @@ Rectangle {
let total = 0;
for (let i = 0; i < rowLayout.children.length; ++i) {
const child = rowLayout.children[i];
if (!child.visible) continue;
total += child.baseWidth ?? child.implicitWidth ?? child.width;
}
return total + rowLayout.spacing * (rowLayout.children.length - 1);