From ca70106b56fa8cb62087331231282e66a794ebc1 Mon Sep 17 00:00:00 2001 From: Ahmad Ansori Palembani Date: Sat, 7 Sep 2024 09:57:12 +0700 Subject: [PATCH] chore: Disable openasar auto update --- .config/discordcanary/settings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.config/discordcanary/settings.json b/.config/discordcanary/settings.json index b379770..ffd39f4 100644 --- a/.config/discordcanary/settings.json +++ b/.config/discordcanary/settings.json @@ -1,5 +1,6 @@ { "openasar": { + "autoupdate": false, "setup": true, "noTyping": true, "css": "@import url(\"https://luckfire.github.io/amoled-cord/src/amoled-cord.css\");" @@ -8,4 +9,4 @@ "IS_MAXIMIZED": true, "IS_MINIMIZED": false, "trayBalloonShown": true -} \ No newline at end of file +}