mirror of
https://github.com/mue/mue.git
synced 2026-07-20 07:24:08 +02:00
fix: urgent fix for background blur
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
@@ -230,5 +230,9 @@
|
||||
{
|
||||
"name": "quicklinksddgProxy",
|
||||
"value": true
|
||||
},
|
||||
{
|
||||
"name": "backgroundFilterAmount",
|
||||
"value": 0
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user