ソースを参照

fix: valid with unified-delay & tcp-concurrent

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

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

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