Improve look of context menu checkbox

This commit is contained in:
Jeremy Soller 2023-12-22 16:08:43 -07:00
parent 898e3add26
commit ccd507594b
No known key found for this signature in database
GPG key ID: DCFCA852D3906975
3 changed files with 10 additions and 11 deletions

View file

@ -109,7 +109,7 @@ pub struct Flags {
term_config: TermConfig,
}
#[derive(Clone, Debug)]
#[derive(Clone, Copy, Debug)]
pub enum Action {
Copy,
Paste,