Fixed a typo

master
Mark 2022-04-24 12:25:13 -07:00
parent 717d7f3db3
commit 9f72bdb16b
Signed by: Mark
GPG Key ID: AD62BB059C2AAEE4
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ function P:mute()
self.muted = true
awful.spawn("pamixer --mute" .. self:_full_args(), false)
v:_update_widget()
self:_update_widget()
end
function P:unmute()