From f9cb5ded062b851f5a27a0bc720709fb57e2602c Mon Sep 17 00:00:00 2001 From: Jason Date: Sun, 28 Dec 2025 14:38:26 -0600 Subject: [PATCH] Improved error handling --- src/app.rs | 25 +++++++++++-------------- 1 file changed, 11 insertions(+), 14 deletions(-) diff --git a/src/app.rs b/src/app.rs index 84c110d..9e8b1ad 100644 --- a/src/app.rs +++ b/src/app.rs @@ -6,13 +6,12 @@ use crate::template::{self, Template}; pub struct MyEguiApp { templates: Vec