Add resumable background model downloads

This commit is contained in:
Georg Bauer
2026-07-24 13:10:04 +02:00
parent 62e7752ec7
commit 952fb79edc
12 changed files with 1265 additions and 115 deletions

View File

@@ -1,5 +1,6 @@
mod app;
mod database;
mod model;
mod schema;
use app::{App, app_theme};