fixing is_edit_mode flag removal

This commit is contained in:
filipriec
2025-08-24 16:37:30 +02:00
parent f6c2fd627f
commit b2a82fba30
7 changed files with 210 additions and 134 deletions

View File

@@ -46,7 +46,6 @@ pub fn render_bottom_panel(
chunk_idx: &mut usize,
current_dir: &str,
theme: &Theme,
is_event_handler_edit_mode: bool,
current_fps: f64,
app_state: &AppState,
navigation_state: &NavigationState,
@@ -74,7 +73,6 @@ pub fn render_bottom_panel(
status_line_area,
current_dir,
theme,
is_event_handler_edit_mode,
current_fps,
app_state,
);