mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-01-26 17:26:22 +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 {
|
function MakeContextCallback(): NavContextMenuPatchCallback {
|
||||||
return (children, contextMenuApiArguments) => {
|
return (children, contextMenuApiArguments) => {
|
||||||
console.log("BLAH. presets", children);
|
console.log("BLAH. presets", children);
|
||||||
|
|
Loading…
Reference in a new issue