diff --git a/easytier-gui/src/pages/index.vue b/easytier-gui/src/pages/index.vue
index bb07392..e6ded7b 100644
--- a/easytier-gui/src/pages/index.vue
+++ b/easytier-gui/src/pages/index.vue
@@ -10,7 +10,7 @@ import { type } from '@tauri-apps/plugin-os'
import Config from '~/components/Config.vue'
import Status from '~/components/Status.vue'
-import type { NetworkConfig } from '~/types/network'
+import { type NetworkConfig, NetworkingMethod } from '~/types/network'
import { loadLanguageAsync } from '~/modules/i18n'
import { getAutoLaunchStatusAsync as getAutoLaunchStatus, loadAutoLaunchStatusAsync } from '~/modules/auto_launch'
import { isAutostart, setLoggingLevel } from '~/composables/network'
@@ -244,7 +244,7 @@ function isRunning(id: string) {