mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-10 07:03:06 -04:00
Merge Dev & Optimize Some Stuff
This commit is contained in:
commit
0fae2ee510
16 changed files with 233 additions and 200 deletions
|
@ -39,7 +39,6 @@ export interface Settings {
|
|||
themeLinks: string[];
|
||||
frameless: boolean;
|
||||
transparent: boolean;
|
||||
updateRelaunch: boolean;
|
||||
winCtrlQ: boolean;
|
||||
macosVibrancyStyle:
|
||||
| "content"
|
||||
|
@ -101,7 +100,6 @@ const DefaultSettings: Settings = {
|
|||
winCtrlQ: false,
|
||||
macosVibrancyStyle: undefined,
|
||||
disableMinSize: false,
|
||||
updateRelaunch: false,
|
||||
winNativeTitleBar: false,
|
||||
plugins: {},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue