diff --git a/README.md b/README.md index 175ab36..6a98a7d 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,13 @@ Merge https://github.com/Vendicated/Vencord/pull/3153 into your Vencord Add this repository as a userplugin +# Limitations (for now) + +- No way to delete a deck +- The sidebar in the deck popout hasn't been implemented +- Resizing channels isn't implemented fully +- Laggy? + # Credits https://github.com/Masterjoona/vc-sidebarchat for a significant portion of code diff --git a/components/ContextMenus.tsx b/components/ContextMenus.tsx index 0462d88..304a09e 100644 --- a/components/ContextMenus.tsx +++ b/components/ContextMenus.tsx @@ -22,6 +22,7 @@ export const UserSettingsContextMenu: NavContextMenuPatchCallback = (children, p }} />)} + )} + - + ); }; }