mirror of
https://github.com/sayanarijit/xplr
synced 2024-11-04 18:00:14 +00:00
Fix serialization error
This commit is contained in:
parent
ae714e9713
commit
89b3731b56
@ -162,7 +162,10 @@ pub struct InputBuffer {
|
||||
#[derive(Debug, Clone, Serialize, Deserialize)]
|
||||
pub struct App {
|
||||
pub version: String,
|
||||
|
||||
#[serde(with = "serde_yaml::with::singleton_map_recursive")]
|
||||
pub config: Config,
|
||||
|
||||
pub pwd: String,
|
||||
pub directory_buffer: Option<DirectoryBuffer>,
|
||||
pub last_focus: HashMap<String, Option<String>>,
|
||||
|
Loading…
Reference in New Issue
Block a user