Skip to content

Commit

Permalink
Update proposals/dark_mode_extension_icons.md
Browse files Browse the repository at this point in the history
Co-authored-by: Rob Wu <[email protected]>
  • Loading branch information
solomonkinard and Rob--W authored Apr 29, 2024
1 parent da5db34 commit f6567e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proposals/dark_mode_extension_icons.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ action.setIcon(createProperties);
// menus.*(), for supporting browsers.
const menusProperties = {icon_variants: exampleProperties};
menus.create(menusProperties);
menus.update(menusProperties);
menus.update(id, menusProperties);
```

A benefit of this new structure is that it's more resiliant to future changes,
Expand Down

0 comments on commit f6567e0

Please sign in to comment.