BREAKING UPDATE COUNT REMOVED FROM THE MAIN LOOP

This commit is contained in:
filipriec
2025-04-07 16:27:40 +02:00
parent a6f2fa8a88
commit b061dd3395

View File

@@ -41,8 +41,6 @@ pub async fn run_ui() -> Result<(), Box<dyn std::error::Error>> {
form_state.reset_to_empty();
loop {
UiService::update_adresar_count(&mut grpc_client, &mut app_state).await?;
// Determine edit mode based on EventHandler state
let is_edit_mode = event_handler.is_edit_mode;