mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-15 17:43:08 -04:00
feat: Add option to disable the window frame (#400)
Co-authored-by: Ven <vendicated@riseup.net>
This commit is contained in:
parent
e70abc57b6
commit
10fd51071e
3 changed files with 15 additions and 2 deletions
|
@ -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>
|
||||
)}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue