Fix notification display of volume
Floating point is not useful here.
This commit is contained in:
parent
71e4b7b740
commit
94eac03ca1
@ -99,7 +99,7 @@ impl Notif {
|
||||
audio.acard
|
||||
.borrow()
|
||||
.chan_name()?,
|
||||
vol)
|
||||
vol as i32)
|
||||
}
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user