From 0a5559b9d188796022d0c0f4e0601fb491e26bc5 Mon Sep 17 00:00:00 2001 From: Aargh Rai Date: Sun, 19 Jul 2026 12:22:20 +0530 Subject: implemented a simple dnd system which doubles as a privacy filter for screen recordings --- quickshell/items/Radio.qml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'quickshell/items/Radio.qml') diff --git a/quickshell/items/Radio.qml b/quickshell/items/Radio.qml index 2e33dec..77e542e 100644 --- a/quickshell/items/Radio.qml +++ b/quickshell/items/Radio.qml @@ -3,6 +3,8 @@ import QtQuick.Layouts RowLayout { spacing: 0 + opacity: !shellRoot.dnd + Text { text: " Radio:" color: shellRoot.white -- cgit v1.2.3