fixing is_edit_mode

This commit is contained in:
filipriec
2025-08-24 16:00:58 +02:00
parent 15d9b31cb6
commit f6c2fd627f
2 changed files with 7 additions and 6 deletions

View File

@@ -16,7 +16,6 @@ pub fn render_status_line(
area: Rect,
current_dir: &str,
theme: &Theme,
is_edit_mode: bool,
current_fps: f64,
app_state: &AppState,
) {