Make the settings button optional

The settings button will now be optional and will be enabled through the
config. If it is disabled, it will not be shown in the page.

By default, it is disabled, since adding it might ruin the look of the
startpage for a lot of users.
This commit is contained in:
Deepjyoti Barman
2020-09-17 11:41:06 +05:30
parent a401ff0b46
commit f07ac80030
5 changed files with 56 additions and 20 deletions

View File

@@ -46,5 +46,6 @@
"weatherConf": {
"location": "Pune India",
"unit": "cel"
}
},
"settingsIcon": false
}