Skip to content

Commit

Permalink
Fix background size being reset after restart
Browse files Browse the repository at this point in the history
fixes #17
  • Loading branch information
sblask committed Oct 14, 2017
1 parent f578c6d commit e77699e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions background.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ __initThumbnailRegistry();
browser.storage.local.get([
OPTION_BACKGROUND_COLOR,
OPTION_BACKGROUND_IMAGE_URL,
OPTION_BACKGROUND_SIZE,
OPTION_BOOKMARK_FOLDER,
OPTION_CUSTOM_CSS,
])
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@
"storage",
"unlimitedStorage"
],
"version": "2.0.3"
"version": "2.0.4"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@
"test": "web-ext lint"
},
"title": "Bookmark Dial",
"version": "2.0.3"
"version": "2.0.4"
}

0 comments on commit e77699e

Please sign in to comment.