aboutsummaryrefslogtreecommitdiff
path: root/src/components
diff options
context:
space:
mode:
Diffstat (limited to 'src/components')
-rw-r--r--src/components/VencordSettings/VencordTab.tsx6
1 files changed, 6 insertions, 0 deletions
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
</Switch>
+ <Switch
+ value={settings.frameless}
+ onChange={(v: boolean) => settings.frameless = v}
+ note="Requires a full restart">
+ Disable the window frame
+ </Switch>
</React.Fragment>
)}