1
0
Fork 0

font clock bug fix: not saving settings when background is changed

master
adrian w kirk 2021-05-23 15:04:32 +01:00
parent 739ab474d5
commit 1647352838
1 changed files with 2 additions and 2 deletions

View File

@ -268,9 +268,9 @@ function next_colorscheme(){
//console.log("color_scheme_index=" + color_scheme_index);
force_redraw = true;
if(prev_color_scheme_index == color_scheme_index){
return true;
} else {
return false;
} else {
return true;
}
}