From 1d4ad49faff9778231442cca0462de73fd602846 Mon Sep 17 00:00:00 2001 From: "Mr. Stallion" Date: Wed, 29 Dec 2021 13:25:33 -0600 Subject: [PATCH] Minor --- chat/common.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chat/common.ts b/chat/common.ts index d5e7e57..bb1bc98 100644 --- a/chat/common.ts +++ b/chat/common.ts @@ -54,7 +54,7 @@ export class Settings implements ISettings { risingShowUnreadOfflineCount = true; risingColorblindMode = false; - risingDisableWindowsHighContrast: false; + risingDisableWindowsHighContrast = false; }