mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
Fix mute tip (#2830)
This commit is contained in:
parent
628427be02
commit
42b67b9585
@ -112,7 +112,7 @@ export const builtInActions: Record<string, KeyBindingAction> = {
|
|||||||
if (lodash.isNil(result)) {
|
if (lodash.isNil(result)) {
|
||||||
return result
|
return result
|
||||||
}
|
}
|
||||||
if (result) {
|
if (playerAgent.isMute()) {
|
||||||
showTip('已静音', 'mdi-volume-off')
|
showTip('已静音', 'mdi-volume-off')
|
||||||
} else {
|
} else {
|
||||||
showTip('已取消静音', 'mdi-volume-high')
|
showTip('已取消静音', 'mdi-volume-high')
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user