Allow copy to clipboard
This commit is contained in:
parent
12edca1df1
commit
dca3f4c08d
5 changed files with 93 additions and 2 deletions
|
|
@ -10,6 +10,7 @@ use std::{path::PathBuf, process};
|
|||
|
||||
use app::{App, Flags};
|
||||
mod app;
|
||||
mod clipboard;
|
||||
use config::{Config, CONFIG_VERSION};
|
||||
mod config;
|
||||
pub mod dialog;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue