Fix display settings missing some options
This commit is contained in:
parent
ef3ba503f7
commit
0d83edcf74
@ -810,7 +810,7 @@ var routes = [
|
|||||||
onclick: ""
|
onclick: ""
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
settings.push([{
|
settings.push({
|
||||||
setting: "showhelp",
|
setting: "showhelp",
|
||||||
title: "Show help",
|
title: "Show help",
|
||||||
text: "Show the <span class=material-icons-intext><i class=material-icons>help</i></span> icons",
|
text: "Show the <span class=material-icons-intext><i class=material-icons>help</i></span> icons",
|
||||||
@ -826,7 +826,7 @@ var routes = [
|
|||||||
checked: getStorage("oldhomeui") == "true",
|
checked: getStorage("oldhomeui") == "true",
|
||||||
onclick: ""
|
onclick: ""
|
||||||
}
|
}
|
||||||
]);
|
);
|
||||||
resolve({
|
resolve({
|
||||||
templateUrl: './pages/settings.html'
|
templateUrl: './pages/settings.html'
|
||||||
}, {
|
}, {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user