also allow using discord titlebar on non-windows
This commit is contained in:
5
src/shared/settings.d.ts
vendored
5
src/shared/settings.d.ts
vendored
@@ -19,9 +19,12 @@ export interface Settings {
|
||||
hardwareAcceleration?: boolean;
|
||||
arRPC?: boolean;
|
||||
appBadge?: boolean;
|
||||
discordWindowsTitleBar?: boolean;
|
||||
disableMinSize?: boolean;
|
||||
|
||||
/** @deprecated use customTitleBar */
|
||||
discordWindowsTitleBar?: boolean;
|
||||
customTitleBar?: boolean;
|
||||
|
||||
checkUpdates?: boolean;
|
||||
|
||||
splashTheming?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user