mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
AudioService: possible fix for misbehaviour
This commit is contained in:
+411
-439
File diff suppressed because it is too large
Load Diff
@@ -57,7 +57,6 @@ Singleton {
|
||||
// Don't reset to 0 if volume is undefined/NaN - preserve last known value
|
||||
root._inputMuted = !!source.audio.muted
|
||||
} else {
|
||||
// Don't reset volume to 0 when source is unavailable - preserve last known value
|
||||
// Only reset muted state
|
||||
root._inputMuted = true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user