move large image handling out of tab and into new module large_image

This commit is contained in:
Frederic Laing 2025-11-16 18:12:51 +01:00
parent 9b6ac00145
commit 0353009321
No known key found for this signature in database
GPG key ID: C126157F0CDCD306
3 changed files with 355 additions and 281 deletions

View file

@ -12,6 +12,7 @@ use config::Config;
pub mod config;
pub mod dialog;
mod key_bind;
pub(crate) mod large_image;
mod localize;
mod menu;
mod mime_app;