From db1a3e1247b131832e5bfb8ed5dad02c3a1d4570 Mon Sep 17 00:00:00 2001 From: Federico Terzi Date: Fri, 13 Aug 2021 20:21:15 +0200 Subject: [PATCH] feat(config): wire up match label field --- espanso-config/src/matches/group/loader/yaml/mod.rs | 2 +- espanso-config/src/matches/group/loader/yaml/parse.rs | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/espanso-config/src/matches/group/loader/yaml/mod.rs b/espanso-config/src/matches/group/loader/yaml/mod.rs index 41da808..936fecf 100644 --- a/espanso-config/src/matches/group/loader/yaml/mod.rs +++ b/espanso-config/src/matches/group/loader/yaml/mod.rs @@ -269,7 +269,7 @@ pub fn try_convert_into_match(yaml_match: YAMLMatch) -> Result<(Match, Vec, + #[serde(default)] pub trigger: Option,