From e159279787d8f04339603be416c91f2f758cd135 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Tue, 30 Dec 2025 22:06:12 +0000 Subject: [PATCH] remove ANSI coloring in clipboard message because github doesn't support it --- config/crash_assistant/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/crash_assistant/config.toml b/config/crash_assistant/config.toml index d110c1492..b9e28590b 100644 --- a/config/crash_assistant/config.toml +++ b/config/crash_assistant/config.toml @@ -101,7 +101,7 @@ put_analysis_result_to_message = true #Color modified mods count/analysis in msg with ANSI. #Can be needed to be disabled if issues are reported to something not supporting ANSI codeblocks, like GitHub. - color_message = true + color_message = false #Settings of links copied by Upload and copy link buttons [copied_links]