move all prefs from sync to local storage (audio, filter, autosync, etc.)

This commit is contained in:
Timo
2026-06-08 21:07:34 +02:00
parent bf48d1889b
commit 08ce689f4c
5 changed files with 69 additions and 53 deletions
+4
View File
@@ -50,6 +50,10 @@ const sandbox = {
get: async () => ({}),
set: () => {},
},
local: {
get: async () => ({}),
set: () => {},
},
onChanged: {
addListener: () => {}
}