Skip to content

Commit

Permalink
fix deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Welpy-cw committed Feb 28, 2025
1 parent 4ba06a6 commit 486c031
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion folderAccount.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export async function getCustomComposeDetails(details, lastFocusedTabId) {
}

if (!settings) {
const parentFolders = await messenger.folders.getParentFolders(folder);
const parentFolders = await messenger.folders.getParentFolders(folder.id);
for (let parentFolder of parentFolders) {
[settings] = Object.values(
await browser.storage.local.get(parentFolder.id)
Expand Down
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
"manifest_version": 2,
"name": "Folder Account",
"description": "Associate an account or identity with a folder",
"version": "12.0",
"version": "12.0.1",
"author": "Hartmut Welpmann",
"homepage_url": "https://github.com/Welpy-cw/Folder-Account",
"browser_specific_settings": {
"gecko": {
"id": "{C8534C26-F59A-11DA-9804-B622A1EF5492}",
"strict_min_version": "127.0",
"strict_max_version": "131.0"
"strict_max_version": "137.0"
}
},
"icons": {
Expand Down

0 comments on commit 486c031

Please sign in to comment.