[bug] fix missing theme accent hsl values in update

This commit is contained in:
zombieFox 2020-03-30 12:09:06 +01:00
parent 343bf642ce
commit 8e1d8c538d

View File

@ -942,6 +942,7 @@ var update = (function() {
return data;
},
"5.3.0": function(data) {
data.state.theme.accent.hsl = helper.convertColor.rgb.hsl(data.state.theme.accent.rgb);
data.state.theme.custom.all.forEach(function(arrayItem, index) {
arrayItem.accent.rgb = {
r: arrayItem.accent.r,