mirror of
https://github.com/MatsuriDayo/nekoray.git
synced 2025-12-18 04:54:38 +03:00
update
This commit is contained in:
@@ -55,7 +55,7 @@ namespace NekoRay {
|
||||
// Misc
|
||||
QString core_path = "../nekoray_core";
|
||||
QString log_level = "warning";
|
||||
QString user_agent = "ClashForAndroid/2.5.9.premium";
|
||||
QString user_agent = "Nekoray/1.0 (Prefer Clash Format)";
|
||||
bool sub_use_proxy = false;
|
||||
QString test_url = "http://cp.cloudflare.com/";
|
||||
int test_concurrent = 5;
|
||||
|
||||
@@ -534,10 +534,10 @@
|
||||
<addaction name="separator"/>
|
||||
<addaction name="menu_start"/>
|
||||
<addaction name="menu_stop"/>
|
||||
<addaction name="menu_clone"/>
|
||||
<addaction name="separator"/>
|
||||
<addaction name="menu_select_all"/>
|
||||
<addaction name="menu_move"/>
|
||||
<addaction name="menu_clone"/>
|
||||
<addaction name="menu_reset_traffic"/>
|
||||
<addaction name="menu_delete"/>
|
||||
<addaction name="separator"/>
|
||||
@@ -584,6 +584,9 @@
|
||||
<property name="text">
|
||||
<string>Stop</string>
|
||||
</property>
|
||||
<property name="shortcut">
|
||||
<string notr="true">Ctrl+S</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="menu_routing_settings">
|
||||
<property name="text">
|
||||
|
||||
Reference in New Issue
Block a user