mirror of
https://github.com/zombieFox/nightTab.git
synced 2025-01-10 16:08:12 +01:00
[refactir] match theme cycle update to state default
This commit is contained in:
parent
bc5f7b08fd
commit
f2e1ddf541
@ -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 = ":";
|
||||||
|
Loading…
Reference in New Issue
Block a user