File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ use std::collections::HashMap;
33
44use crate :: app:: apps:: { App , AppCommand , ICNS_ICON } ;
55use crate :: commands:: Function ;
6- use crate :: debounce:: DebouncePolicy ;
76use crate :: config:: Config ;
7+ use crate :: debounce:: DebouncePolicy ;
88use crate :: utils:: icns_data_to_handle;
99use crate :: { app:: tile:: ExtSender , clipboard:: ClipBoardContentType } ;
1010use iced:: time:: Duration ;
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ pub struct Config {
3030 pub aliases : HashMap < String , String > ,
3131 pub search_dirs : Vec < String > ,
3232 pub log_path : String ,
33- pub debounce_delay : u64
33+ pub debounce_delay : u64 ,
3434}
3535
3636impl Default for Config {
@@ -54,7 +54,7 @@ impl Default for Config {
5454 modes : HashMap :: new ( ) ,
5555 aliases : HashMap :: new ( ) ,
5656 shells : vec ! [ ] ,
57- debounce_delay : 300
57+ debounce_delay : 300 ,
5858 }
5959 }
6060}
You can’t perform that action at this time.
0 commit comments