Compare commits

...

1 Commits

Author SHA1 Message Date
Jeremy Rose
335205b44c hide log in status widget in release builds 2025-08-13 11:22:20 -07:00

View File

@@ -249,6 +249,7 @@ impl WidgetRef for StatusIndicatorWidget {
Style::default().fg(Color::Gray).add_modifier(Modifier::DIM),
));
// Add a space and then the log text (not animated by the gradient)
#[cfg(debug_assertions)]
if !status_prefix.is_empty() {
spans.push(Span::styled(
" ",