Fix display settings missing some options
This commit is contained in:
parent
ef3ba503f7
commit
0d83edcf74
@ -810,7 +810,7 @@ var routes = [
|
||||
onclick: ""
|
||||
});
|
||||
}
|
||||
settings.push([{
|
||||
settings.push({
|
||||
setting: "showhelp",
|
||||
title: "Show help",
|
||||
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",
|
||||
onclick: ""
|
||||
}
|
||||
]);
|
||||
);
|
||||
resolve({
|
||||
templateUrl: './pages/settings.html'
|
||||
}, {
|
||||
|
Loading…
x
Reference in New Issue
Block a user