optimize ui

This commit is contained in:
arm64v8a
2023-04-10 13:57:36 +09:00
parent 2f22371777
commit 5d346addec
12 changed files with 98 additions and 11 deletions

View File

@@ -151,6 +151,8 @@ namespace NekoRay {
// Core
bool core_box_auto_detect_interface = true;
int core_box_clash_api = -9090;
QString core_box_clash_api_secret = "";
// Other Core
ExtraCore *extraCore = new ExtraCore;