also allow using discord titlebar on non-windows

This commit is contained in:
Vendicated
2024-01-16 01:08:06 +01:00
parent 2aa0b0fa20
commit 2e4c834a90
6 changed files with 22 additions and 13 deletions

View File

@@ -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;