Skip to content

Commit

Permalink
sync: Rename log windows in TUI
Browse files Browse the repository at this point in the history
  • Loading branch information
str4d committed Apr 22, 2024
1 parent 9591f7c commit 985cbdd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/commands/sync/defrag.rs
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,8 @@ impl App {

frame.render_widget(
TuiLoggerSmartWidget::default()
.title_log("Log Entries")
.title_target("Log Target Selector")
.style_error(Style::default().fg(Color::Red))
.style_debug(Style::default().fg(Color::Green))
.style_warn(Style::default().fg(Color::Yellow))
Expand Down

0 comments on commit 985cbdd

Please sign in to comment.