hardcoded adresar to general form

This commit is contained in:
filipriec
2025-06-02 10:32:39 +02:00
parent 6e2fc5349b
commit 3488ab4f6b
12 changed files with 636 additions and 375 deletions

View File

@@ -47,8 +47,6 @@ pub fn render_ui(
event_handler_command_mode_active: bool,
event_handler_command_message: &str,
navigation_state: &NavigationState,
total_count: u64,
current_position: u64,
current_dir: &str,
current_fps: f64,
app_state: &AppState,
@@ -163,7 +161,6 @@ pub fn render_ui(
render_form(
f, form_render_area, form_state, &fields_vec, &form_state.current_field,
&values_vec, theme, is_event_handler_edit_mode, highlight_state,
total_count, current_position,
);
}