mirror of
https://github.com/moonlight-stream/moonlight-chrome.git
synced 2025-08-18 00:56:38 +00:00
Merge branch 'js-cleaning' of https://github.com/Jorys-Paulin/moonlight-chrome into js-cleaning
This commit is contained in:
commit
7517e379c5
@ -747,7 +747,11 @@ function saveRemoteAudio() {
|
|||||||
// checking the new state
|
// checking the new state
|
||||||
setTimeout(function() {
|
setTimeout(function() {
|
||||||
var remoteAudioState = $("#remoteAudioEnabledSwitch").parent().hasClass('is-checked');
|
var remoteAudioState = $("#remoteAudioEnabledSwitch").parent().hasClass('is-checked');
|
||||||
|
<<<<<<< HEAD
|
||||||
console.log('%c[index.js, saveRemoteAudio]', 'color: green;', 'Saving remote audio state : ' + remoteAudioState);
|
console.log('%c[index.js, saveRemoteAudio]', 'color: green;', 'Saving remote audio state : ' + remoteAudioState);
|
||||||
|
=======
|
||||||
|
console.log('[index.js, saveRemoteAudio]', 'color: green;', 'Saving remote audio state : ' + remoteAudioState);
|
||||||
|
>>>>>>> 66da3a7c871a55d13807c137b9f8d13654b46267
|
||||||
storeData('remoteAudio', remoteAudioState, null);
|
storeData('remoteAudio', remoteAudioState, null);
|
||||||
}, 100);
|
}, 100);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user