feat(core): dark mode basic feature support #187

This commit is contained in:
Alexey Kasyanchuk
2023-06-01 04:22:41 +03:00
parent dfeb5c1980
commit 320e169fcc
9 changed files with 47 additions and 6 deletions

View File

@ -619,6 +619,9 @@ module.exports = async ({
if(upnp)
upnp.ratsUnmap()
if (config.darkMode != options.darkMode)
send('changeDarkMode', options.darkMode)
for(const option in options)
{
if(option in config)