Skip to content

Commit

Permalink
userid change
Browse files Browse the repository at this point in the history
  • Loading branch information
yofukashino committed Dec 16, 2023
1 parent 40b499c commit 16dfa76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"source": "https://github.com/TharkiDev/FakeDeafen",
"author": {
"name": "Ahlawat",
"discordID": "1025214794766221384",
"discordID": "1121961711080050780",
"github": "TharkiDev"
},
"version": "1.1.3",
Expand Down
1 change: 1 addition & 0 deletions src/patches/Menu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ export default (): void => {
<ContextMenu.MenuGroup className="tharki" children={[]} />,
);
const section = children.find((c) => c?.props?.className === "tharki");
section.props.children = section.props.children.filter((m) => m?.props?.id !== "fake-deafen");
if (!section.props.children.find((m) => m?.props?.id === "fake-deafen"))
section.props.children.push(
<ContextMenu.MenuItem
Expand Down

0 comments on commit 16dfa76

Please sign in to comment.