BREAKING UPDATE COUNT REMOVED FROM THE MAIN LOOP
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user