[refactir] match theme cycle update to state default

This commit is contained in:
zombieFox 2020-03-25 09:17:06 +00:00
parent bc5f7b08fd
commit f2e1ddf541

View File

@ -897,7 +897,7 @@ var update = (function() {
delete data.state.group.openAll.show; delete data.state.group.openAll.show;
data.state.theme.accent.cycle = { data.state.theme.accent.cycle = {
active: false, active: false,
speed: 200, speed: 300,
step: 10 step: 10
}; };
data.state.header.clock.separator.text = ":"; data.state.header.clock.separator.text = ":";