mirror of
https://github.com/zoriya/astal.git
synced 2026-06-07 19:50:41 +00:00
wireplumber: rename get_default_wp to get_default
This commit is contained in:
@@ -39,7 +39,7 @@ function Wifi() {
|
||||
}
|
||||
|
||||
function AudioSlider() {
|
||||
const speaker = Wp.get_default_wp()?.audio.defaultSpeaker!
|
||||
const speaker = Wp.get_default()?.audio.defaultSpeaker!
|
||||
|
||||
return <box className="AudioSlider" css="min-width: 140px">
|
||||
<icon icon={bind(speaker, "volumeIcon")} />
|
||||
|
||||
Reference in New Issue
Block a user