fix tray settings
This commit is contained in:
parent
9f46e710a9
commit
b4db987217
1 changed files with 1 additions and 0 deletions
|
@ -296,6 +296,7 @@ setInterval(() => {
|
||||||
"Move discord-screenaudio to the system tray instead of closing",
|
"Move discord-screenaudio to the system tray instead of closing",
|
||||||
window.discordScreenaudioTrayEnabled,
|
window.discordScreenaudioTrayEnabled,
|
||||||
(enabled) => {
|
(enabled) => {
|
||||||
|
window.discordScreenaudioTrayEnabled = enabled;
|
||||||
console.log(`!discord-screenaudio-tray-${enabled}`);
|
console.log(`!discord-screenaudio-tray-${enabled}`);
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue