mirror of
https://github.com/MatsuriDayo/nekoray.git
synced 2025-12-17 20:44:38 +03:00
fix #491
This commit is contained in:
@@ -74,6 +74,7 @@ namespace NekoRay {
|
||||
_add(new configItem("start_minimal", &start_minimal, itemType::boolean));
|
||||
_add(new configItem("max_log_line", &max_log_line, itemType::integer));
|
||||
_add(new configItem("splitter_state", &splitter_state, itemType::string));
|
||||
_add(new configItem("utlsFingerprint", &utlsFingerprint, itemType::string));
|
||||
#ifndef Q_OS_WIN
|
||||
_add(new configItem("vpn_already_admin", &vpn_already_admin, itemType::boolean));
|
||||
#endif
|
||||
|
||||
@@ -229,6 +229,10 @@
|
||||
<source>Skip TLS certificate authentication by default (allowInsecure)</source>
|
||||
<translation>رد شدن از احراز هویت گواهی TLS به طور پیش فرض (allowInsecure)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Default uTLS Fingerprint</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>DialogEditGroup</name>
|
||||
|
||||
@@ -476,7 +476,7 @@
|
||||
<string notr="true">Enable Qt::AA_EnableHighDpiScaling, maybe useful for HiDPI screens.</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string notr="true">HiDPI Screen wrokaround</string>
|
||||
<string notr="true">HiDPI Screen workaround</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
||||
Reference in New Issue
Block a user