[MainWindow] Fix minor syntax error
This commit is contained in:
parent
a55f27f5c4
commit
245ed3f54a
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
const lastBgPrimary = '';
|
||||
let lastBgPrimary = '';
|
||||
const update = async () => {
|
||||
const getVar = (name, el = document.body) => el && (getComputedStyle(el).getPropertyValue(name) || getVar(name, el.parentElement)).trim();
|
||||
|
||||
|
|
Loading…
Reference in a new issue