mirror of
https://github.com/2dust/v2rayN.git
synced 2026-02-28 13:13:04 +00:00
Compare commits
2 commits
57c18817b8
...
69e96c5621
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
69e96c5621 | ||
|
|
5fadce3592 |
1 changed files with 2 additions and 1 deletions
|
|
@ -1109,7 +1109,8 @@ public static class ConfigHandler
|
||||||
|
|
||||||
if (toFile)
|
if (toFile)
|
||||||
{
|
{
|
||||||
profileItem.SetProtocolExtra();
|
//profileItem.SetProtocolExtra();
|
||||||
|
profileItem.SetProtocolExtra(profileItem.GetProtocolExtra());
|
||||||
await SQLiteHelper.Instance.ReplaceAsync(profileItem);
|
await SQLiteHelper.Instance.ReplaceAsync(profileItem);
|
||||||
}
|
}
|
||||||
return 0;
|
return 0;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue