fix tray settings
This commit is contained in:
parent
9f46e710a9
commit
b4db987217
|
@ -296,6 +296,7 @@ setInterval(() => {
|
|||
"Move discord-screenaudio to the system tray instead of closing",
|
||||
window.discordScreenaudioTrayEnabled,
|
||||
(enabled) => {
|
||||
window.discordScreenaudioTrayEnabled = enabled;
|
||||
console.log(`!discord-screenaudio-tray-${enabled}`);
|
||||
}
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue