feat: add input sources applet

This commit is contained in:
Dominic Gerhauser 2024-04-11 11:24:58 +02:00 committed by Michael Murphy
parent 1abc466f49
commit a1ad3c5f87
16 changed files with 508 additions and 36 deletions

View file

@ -0,0 +1,3 @@
fn main() -> cosmic::iced::Result {
cosmic_applet_input_sources::run()
}