move large image handling out of tab and into new module large_image
This commit is contained in:
parent
9b6ac00145
commit
0353009321
3 changed files with 355 additions and 281 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue