We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34920f3 commit 30b2a74Copy full SHA for 30b2a74
src/controllers/SettingsCtrl.js
@@ -86,7 +86,7 @@ angular.module('cardboard.controllers')
86
87
// Save the background dataUrl to the cache
88
if(bg.type == "Local")
89
- Chrome.cache.setAsync({"localBackgroundDataUrl": bg.url});
+ chrome.storage.local.setAsync({"localBackgroundDataUrl": bg.url});
90
91
// Remove dataUrl because it's too big to fit sync storage
92
for(var i in bgs)
0 commit comments