diff --git a/ClashX/AppDelegate.swift b/ClashX/AppDelegate.swift
index 3c4588c..d6091f3 100644
--- a/ClashX/AppDelegate.swift
+++ b/ClashX/AppDelegate.swift
@@ -220,6 +220,9 @@ class AppDelegate: NSObject, NSApplicationDelegate {
}
}
+ @IBAction func actionImportBunchJsonFile(_ sender: NSMenuItem) {
+ ConfigFileFactory.importConfigFile()
+ }
@IBAction func actionSwitchProxyMode(_ sender: NSMenuItem) {
let mode:ClashProxyMode
switch sender {
diff --git a/ClashX/Base.lproj/Main.storyboard b/ClashX/Base.lproj/Main.storyboard
index 60acb51..34df3f5 100644
--- a/ClashX/Base.lproj/Main.storyboard
+++ b/ClashX/Base.lproj/Main.storyboard
@@ -104,8 +104,11 @@
-