fix tray settings

This commit is contained in:
Malte Jürgens 2023-01-23 18:59:25 +01:00
parent 9f46e710a9
commit b4db987217
No known key found for this signature in database
GPG key ID: D29FBD5F93C0CFC3

View file

@ -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}`);
}
)