From f4d01d2d9f7a921f40a3b192637959ddf9129669 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Wed, 8 Jul 2026 22:51:44 +0200 Subject: ... --- accounts/gkleen@sif/shell/quickshell/Bar.qml | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'accounts/gkleen@sif/shell/quickshell/Bar.qml') diff --git a/accounts/gkleen@sif/shell/quickshell/Bar.qml b/accounts/gkleen@sif/shell/quickshell/Bar.qml index bce72077..33909884 100644 --- a/accounts/gkleen@sif/shell/quickshell/Bar.qml +++ b/accounts/gkleen@sif/shell/quickshell/Bar.qml @@ -89,7 +89,7 @@ PanelWindow { KeyboardLayout {} Item { - visible: privacy.visible + visible: privacy.visible || ytDlp.visible height: parent.height width: 8 - 4 } @@ -99,7 +99,17 @@ PanelWindow { } Item { - visible: privacy.visible + visible: privacy.visible && ytDlp.visible + height: parent.height + width: 8 - 4 + } + + YtDlpWidget { + id: ytDlp + } + + Item { + visible: privacy.visible || ytDlp.visible height: parent.height width: 8 - 4 } -- cgit v1.2.3