Skip to content
Snippets Groups Projects
Unverified Commit d0aee769 authored by GyDi's avatar GyDi Committed by GitHub
Browse files

fix: add default valid key

parent fb08af96
No related branches found
No related tags found
No related merge requests found
...@@ -55,7 +55,7 @@ impl IProfiles { ...@@ -55,7 +55,7 @@ impl IProfiles {
pub fn template() -> Self { pub fn template() -> Self {
Self { Self {
valid: Some(vec!["dns".into()]), valid: Some(vec!["dns".into(), "sub-rules".into(), "unified-delay".into()]),
items: Some(vec![]), items: Some(vec![]),
..Self::default() ..Self::default()
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment