mirror of
https://github.com/zulip/zulip-desktop.git
synced 2025-10-23 03:31:56 +00:00
setting: Update silent setting option.
Correctly update the audio of the webview on toogle-silent event.
This commit is contained in:
@@ -515,7 +515,7 @@ class ServerManagerView {
|
||||
} catch (err) {
|
||||
// webview is not ready yet
|
||||
webview.addEventListener('dom-ready', () => {
|
||||
webview.isAudioMuted();
|
||||
webview.setAudioMuted(state);
|
||||
});
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user