From b1c41912b455dd2305f004cdfb053a3698b8631b Mon Sep 17 00:00:00 2001 From: stickyburn <37672190+stickyburn@users.noreply.github.com> Date: Mon, 2 Mar 2026 17:13:53 -0500 Subject: [PATCH] revert: style change --- yazi-binding/src/icon.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/yazi-binding/src/icon.rs b/yazi-binding/src/icon.rs index c2c87c53..cef7fe07 100644 --- a/yazi-binding/src/icon.rs +++ b/yazi-binding/src/icon.rs @@ -6,6 +6,7 @@ use crate::{Style, cached_field}; pub struct Icon { inner: &'static yazi_config::Icon, + v_text: Option, v_style: Option, }