mirror of
https://github.com/MatsuriDayo/nekoray.git
synced 2025-12-18 04:54:38 +03:00
Add disable_log for naive
This commit is contained in:
@@ -24,6 +24,7 @@ void EditNaive::onStart(std::shared_ptr<NekoGui::ProxyEntity> _ent) {
|
||||
P_LOAD_STRING(sni);
|
||||
P_C_LOAD_STRING(certificate);
|
||||
P_LOAD_INT(insecure_concurrency);
|
||||
P_LOAD_BOOL(disable_log);
|
||||
}
|
||||
|
||||
bool EditNaive::onEnd() {
|
||||
@@ -36,6 +37,7 @@ bool EditNaive::onEnd() {
|
||||
P_SAVE_STRING(sni);
|
||||
P_C_SAVE_STRING(certificate);
|
||||
P_SAVE_INT(insecure_concurrency);
|
||||
P_SAVE_BOOL(disable_log);
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user