mirror of
https://github.com/MatsuriDayo/nekoray.git
synced 2025-12-17 12:34:37 +03:00
feat: ignore subscription ssl error
This commit is contained in:
@@ -143,6 +143,7 @@ DialogBasicSettings::DialogBasicSettings(QWidget *parent)
|
||||
ui->user_agent->setText(NekoRay::dataStore->user_agent);
|
||||
D_LOAD_BOOL(sub_use_proxy)
|
||||
D_LOAD_BOOL(sub_clear)
|
||||
D_LOAD_BOOL(sub_insecure)
|
||||
|
||||
// Core
|
||||
|
||||
@@ -266,6 +267,7 @@ void DialogBasicSettings::accept() {
|
||||
NekoRay::dataStore->user_agent = ui->user_agent->text();
|
||||
D_SAVE_BOOL(sub_use_proxy)
|
||||
D_SAVE_BOOL(sub_clear)
|
||||
D_SAVE_BOOL(sub_insecure)
|
||||
|
||||
// Core
|
||||
|
||||
|
||||
Reference in New Issue
Block a user