Skip to content

Commit 27f56d8

Browse files
committed
v3.1.4:
* Fix #20 for real
1 parent 5f906ce commit 27f56d8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

background.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ function checkStoredSettings(storedSettings) {
9090
chrome.storage.sync.get('storageProviders', createContextMenu);
9191
} else {
9292
chrome.storage.sync.set(defaultSettings);
93-
createContextMenu(defaultSettings.storageProviders);
93+
createContextMenu(defaultSettings);
9494
}
9595
}
9696

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"name": "__MSG_extensionName__",
55
"description": "__MSG_extensionDescription__",
66
"author": "Andreas Bielawski",
7-
"version": "3.1.3",
7+
"version": "3.1.4",
88
"icons": {
99
"16": "icons/16.png",
1010
"32": "icons/32.png",

0 commit comments

Comments
 (0)