mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-06-06 20:12:29 +00:00
AudioDeviceSelector: moved to Shell so we only get one in memory
This commit is contained in:
@@ -6,6 +6,7 @@ import Quickshell.Io
|
||||
import Quickshell.Widgets
|
||||
import Quickshell.Services.Pipewire
|
||||
import qs.Widgets
|
||||
import qs.Modules.Audio
|
||||
import qs.Modules.Bar
|
||||
import qs.Modules.DemoPanel
|
||||
import qs.Modules.Background
|
||||
@@ -32,4 +33,8 @@ ShellRoot {
|
||||
Notification {
|
||||
id: notification
|
||||
}
|
||||
|
||||
AudioDeviceSelector {
|
||||
id: audioDeviceSelector
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user