Add stub for operations
This commit is contained in:
parent
c2a0d99086
commit
380a3b2ff7
2 changed files with 61 additions and 2 deletions
|
|
@ -20,14 +20,16 @@ use std::{any::TypeId, env, fs, path::PathBuf, process};
|
|||
use config::{AppTheme, Config, CONFIG_VERSION};
|
||||
mod config;
|
||||
|
||||
mod localize;
|
||||
|
||||
mod menu;
|
||||
|
||||
mod mouse_area;
|
||||
|
||||
mod localize;
|
||||
|
||||
mod mime_icon;
|
||||
|
||||
mod operation;
|
||||
|
||||
use tab::{Location, Tab};
|
||||
mod tab;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue