Compare commits

..

1 Commits

Author SHA1 Message Date
Malte Jürgens
b4db987217 fix tray settings 2023-01-23 18:59:25 +01:00

View File

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