make hardwareAcceleration setting more intuitive

This commit is contained in:
Vendicated
2024-01-06 02:02:54 +01:00
parent a89cd9d2ba
commit 0b01732293
3 changed files with 4 additions and 9 deletions

View File

@@ -16,7 +16,7 @@ export interface Settings {
staticTitle?: boolean;
enableMenu?: boolean;
disableSmoothScroll?: boolean;
disableHardwareAcceleration?: boolean;
hardwareAcceleration?: boolean;
arRPC?: boolean;
appBadge?: boolean;
discordWindowsTitleBar?: boolean;