feat(sound): use cosmic-settings-daemon's varlink API

This commit is contained in:
Michael Murphy 2026-06-15 21:09:25 +02:00 committed by GitHub
parent 8981b0b48e
commit 95eda40878
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 762 additions and 448 deletions

View file

@ -5,7 +5,7 @@ use cosmic::iced::core::Point;
use cosmic::iced::core::{
Clipboard, Element, Layout, Length, Rectangle, Shell, Size, Widget,
event::{self, Event},
event::Event,
layout, mouse, overlay, renderer, touch,
widget::{Operation, Tree, tree},
};