ソースを参照

fix: add default valid key

GyDi 1 年間 前
コミット
d0aee76962
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src-tauri/src/config/profiles.rs

+ 1 - 1
src-tauri/src/config/profiles.rs

@@ -55,7 +55,7 @@ impl IProfiles {
 
     pub fn template() -> Self {
         Self {
-            valid: Some(vec!["dns".into()]),
+            valid: Some(vec!["dns".into(), "sub-rules".into(), "unified-delay".into()]),
             items: Some(vec![]),
             ..Self::default()
         }