From 10fd51071e90c47b6cd0041fb1260ea284864905 Mon Sep 17 00:00:00 2001 From: Nick Date: Thu, 12 Jan 2023 17:48:37 -0500 Subject: feat: Add option to disable the window frame (#400) Co-authored-by: Ven --- src/components/VencordSettings/VencordTab.tsx | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/components') diff --git a/src/components/VencordSettings/VencordTab.tsx b/src/components/VencordSettings/VencordTab.tsx index e59c449..9429cdd 100644 --- a/src/components/VencordSettings/VencordTab.tsx +++ b/src/components/VencordSettings/VencordTab.tsx @@ -106,6 +106,12 @@ function VencordSettings() { note="Shows a toast on startup"> Get notified about new updates + settings.frameless = v} + note="Requires a full restart"> + Disable the window frame + )} -- cgit