gui: core settings

This commit is contained in:
arm64v8a
2023-04-07 17:18:52 +09:00
parent 1d8fdc7a7d
commit fb3f83c19c
8 changed files with 58 additions and 1 deletions

View File

@@ -149,6 +149,9 @@ namespace NekoRay {
QString hotkey_route = "";
QString hotkey_system_proxy_menu = "";
// Core
bool core_box_auto_detect_interface = true;
// Other Core
ExtraCore *extraCore = new ExtraCore;