From 787b90bff7a6a2b9a6156b6e9d45aaa6fb8ca31d Mon Sep 17 00:00:00 2001 From: Sqaaakoi Date: Sat, 1 Mar 2025 19:54:48 +1300 Subject: [PATCH] Limitations + menu separators --- README.md | 7 +++++++ components/ContextMenus.tsx | 4 +++- 2 files changed, 10 insertions(+), 1 deletion(-) 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 }} />)} + )} + - + ); }; }