fix(sound): revert change in alsa device descriptions

Part of #1155
This commit is contained in:
Michael Aaron Murphy 2025-06-17 14:17:51 +02:00
parent 6e4f66a91f
commit df71f293b8
No known key found for this signature in database
GPG key ID: B2732D4240C9212C
4 changed files with 171 additions and 124 deletions

View file

@ -63,7 +63,7 @@ serde = { version = "1.0.219", features = ["derive"] }
slab = "0.4.9"
slotmap = "1.0.7"
static_init = "1.0.3"
sunrise = "1.2.1"
sunrise = "2.1.0"
tachyonix = "0.3.1"
timedate-zbus = { git = "https://github.com/pop-os/dbus-settings-bindings", optional = true }
tokio = { workspace = true, features = ["fs", "io-util", "sync"] }

View file

@ -682,6 +682,7 @@ fn localize_action(action: &Action) -> String {
SystemAction::PlayPause => fl!("system-shortcut", "play-pause"),
SystemAction::PlayNext => fl!("system-shortcut", "play-next"),
SystemAction::PlayPrev => fl!("system-shortcut", "play-prev"),
SystemAction::PowerOff => fl!("system-shortcut", "poweroff"),
SystemAction::Screenshot => fl!("system-shortcut", "screenshot"),
SystemAction::Terminal => fl!("system-shortcut", "terminal"),
SystemAction::VolumeLower => fl!("system-shortcut", "volume-lower"),