From ebdc0a458f334d9adceeb62aaac8c5ce859efd2f Mon Sep 17 00:00:00 2001 From: quadbyte Date: Mon, 11 Aug 2025 13:46:48 -0400 Subject: [PATCH] AudioDeviceSelector: really bye bye --- shell.qml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/shell.qml b/shell.qml index b3f16c9..9c1ba50 100644 --- a/shell.qml +++ b/shell.qml @@ -35,10 +35,6 @@ ShellRoot { id: notification } - AudioDeviceSelector { - id: audioDeviceSelector - } - Calendar { id: calendar }