mirror of
https://github.com/Vencord/Vesktop.git
synced 2025-02-24 14:15:09 +00:00
Add semicolon
This commit is contained in:
parent
74bc6d8e5e
commit
0f1fd84854
1 changed files with 1 additions and 1 deletions
2
src/shared/settings.d.ts
vendored
2
src/shared/settings.d.ts
vendored
|
@ -24,7 +24,7 @@ export interface Settings {
|
|||
/** @deprecated use customTitleBar */
|
||||
discordWindowsTitleBar?: boolean;
|
||||
customTitleBar?: boolean;
|
||||
trayIconPath?: string
|
||||
trayIconPath?: string;
|
||||
|
||||
checkUpdates?: boolean;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue