even more error handling

This commit is contained in:
galister
2024-02-19 03:21:00 +01:00
parent 1d9fa95ea0
commit 5d812c3b09
16 changed files with 541 additions and 499 deletions

View File

@@ -52,7 +52,7 @@ impl AppState {
}
Ok(AppState {
fc: FontCache::new(),
fc: FontCache::new()?,
session: AppSession::load(),
tasks: TaskContainer::new(),
graphics,