fix: urgent fix for background blur

This commit is contained in:
David Ralph
2021-06-22 10:17:51 +01:00
parent d7784e7414
commit cfc56c6abf
2 changed files with 5 additions and 1 deletions

View File

@@ -18,7 +18,7 @@ export default class App extends React.PureComponent {
// 4.0 -> 5.0 (the key below is only on 5.0)
// now featuring 5.0 -> 5.1
if (!localStorage.getItem('order') || !localStorage.getItem('autocompleteProvider')) {
if (!localStorage.getItem('order') || !localStorage.getItem('backgroundFilterAmount')) {
SettingsFunctions.moveSettings();
window.location.reload();
}

View File

@@ -230,5 +230,9 @@
{
"name": "quicklinksddgProxy",
"value": true
},
{
"name": "backgroundFilterAmount",
"value": 0
}
]