From 1b609471771b7b46b704de74524dbe107d7880e1 Mon Sep 17 00:00:00 2001 From: Shaun Reed Date: Sat, 7 Feb 2026 21:30:26 -0500 Subject: [PATCH] WIP --- src/gui/filesystem.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/filesystem.rs b/src/gui/filesystem.rs index ea33c62..ac37908 100644 --- a/src/gui/filesystem.rs +++ b/src/gui/filesystem.rs @@ -107,7 +107,7 @@ impl qobject::FileSystem { append_highlighted_html_for_styled_line( ®ions[..], - IncludeBackground::Yes, + IncludeBackground::No, &mut output, ) .expect("Failed to insert highlighted html");