Don't set an undefined theme field to an empty string

0a8fae06c2e6df55fb02b87adb7b714b304c96a8

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +0 -2Ignore whitespace
public/scripts/power-user.js+0 -2
@@ -1313,9 +1313,7 @@ function applyTheme(name) {
13131313 if (type) applyThemeColor(type);
13141314 if (action) action();
13151315 } else {
1316- if (selector) { $(selector).attr('color', 'rgba(0,0,0,0)'); }
13171316 console.debug(`Empty theme key: ${key}`);
1318- power_user[key] = '';
13191317 }
13201318 }
13211319