mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-01-25 08:46:25 +00:00
delete StatusMenuItem
This commit is contained in:
parent
5c35f1df0f
commit
cac9affa75
1 changed files with 0 additions and 4 deletions
|
@ -50,10 +50,6 @@ const settings = definePluginSettings({
|
|||
}
|
||||
});
|
||||
|
||||
function StatusMenuItem({ status }: { status: DiscordStatus; }) {
|
||||
return;
|
||||
}
|
||||
|
||||
function MakeContextCallback(): NavContextMenuPatchCallback {
|
||||
return (children, contextMenuApiArguments) => {
|
||||
console.log("BLAH. presets", children);
|
||||
|
|
Loading…
Reference in a new issue