Skip to content

Commit

Permalink
Add an icon to show that a fetch is going on
Browse files Browse the repository at this point in the history
  • Loading branch information
stchris committed Jan 28, 2024
1 parent a18f2ca commit dc1aa8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui.rs
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ pub fn render(app: &mut App, f: &mut Frame) {
status_bar_chunks[0],
);
let fetching_icon = match app.is_fetching {
true => "📥",
true => "🔄",
false => "",
};
let last_fetch_text = format!(
Expand Down

0 comments on commit dc1aa8b

Please sign in to comment.