Fix build error.
This commit is contained in:
parent
524c285792
commit
281e789261
@ -409,7 +409,7 @@ OV.Website = class
|
||||
let theme = 'dark';
|
||||
AddButton (this.toolbar, this.eventHandler, 'share', 'Dark Mode', true, () => {
|
||||
if (theme === 'dark') {
|
||||
theme = 'light'
|
||||
theme = 'light';
|
||||
} else {
|
||||
theme = 'dark';
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user