Skip to content

Commit

Permalink
Merge pull request #576 from RayKr/main
Browse files Browse the repository at this point in the history
fix: menu icon don't display
  • Loading branch information
windingwind authored Sep 11, 2023
2 parents 2e61a09 + fee47f0 commit 6c80ab0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/menu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {
} from "../utils/task";

export function registerMenu() {
const menuIcon = `chrome://${config.addonRef}/content/icons/favicon@0.5x.png`;
const menuIcon = `chrome://${config.addonRef}/content/icons/favicon.png`;
ztoolkit.Menu.register("item", {
tag: "menuseparator",
});
Expand Down

0 comments on commit 6c80ab0

Please sign in to comment.