feat(core): wire up rendering error notification
This commit is contained in:
		
							parent
							
								
									24087e8441
								
							
						
					
					
						commit
						63b56c09ed
					
				| 
						 | 
				
			
			@ -68,4 +68,9 @@ impl<'a> espanso_engine::process::NotificationManager for NotificationManager<'a
 | 
			
		|||
      self.notify("Espanso disabled!")
 | 
			
		||||
    }
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  fn notify_rendering_error(&self) {
 | 
			
		||||
    self
 | 
			
		||||
      .notify("An error occurred during rendering, please examine the logs for more information.");
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue
	
	Block a user