mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-26 04:55:15 +00:00
Don't transition on initial pageload
This commit is contained in:
parent
89bf430064
commit
e756db5d1d
|
@ -80,7 +80,7 @@ export default Vue.extend({
|
|||
bw.forEach((style, index) => {
|
||||
(bw[index] as any).disabled = true;
|
||||
});
|
||||
if (this.simple) {
|
||||
if (this.simple && this.activeTheme) {
|
||||
// Only transition if simple mode is active
|
||||
document.documentElement.classList.add('ft-theme-transition');
|
||||
window.setTimeout(() => {
|
||||
|
|
Loading…
Reference in New Issue
Block a user