Commit 3ab2c384 authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

fix: changelog popup default behaviour

parent 05aea9ed
......@@ -184,7 +184,9 @@
}
});
showChangelog.set(localStorage.version !== $config.version);
if ($user.role === 'admin') {
showChangelog.set(localStorage.version !== $config.version);
}
await tick();
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment