This commit is contained in:
Wizzard
2023-07-12 18:28:56 -04:00
parent 1a60367c0a
commit a8d7965c43
3 changed files with 134 additions and 105 deletions

View File

@@ -340,7 +340,17 @@ function main() {
// })
// );
section.appendChild(
section.appendChild(
createSwitch(
"Allow audio from your mic (and audio you pass through) to become stereo",
await userscript.getBoolPref("stereoMic", false),
(enabled) => {
userscript.setStereoMic(enabled);
}
)
);
section.appendChild(
createSwitch(
"Move discord-awesomeaudio to the system tray instead of closing",
await userscript.getBoolPref("trayIcon", false),