mirror of
https://github.com/Shik3i/KoalaSync.git
synced 2026-07-26 12:08:15 +00:00
move all prefs from sync to local storage (audio, filter, autosync, etc.)
This commit is contained in:
@@ -50,6 +50,10 @@ const sandbox = {
|
||||
get: async () => ({}),
|
||||
set: () => {},
|
||||
},
|
||||
local: {
|
||||
get: async () => ({}),
|
||||
set: () => {},
|
||||
},
|
||||
onChanged: {
|
||||
addListener: () => {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user