fixing is_edit_mode flag removal
This commit is contained in:
@@ -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,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user