mirror of
https://github.com/clash-verge-rev/clash-verge-rev
synced 2025-05-05 05:13:44 +08:00
fix: cover profile extra
This commit is contained in:
parent
28e8aa9111
commit
e26ecec545
@ -321,8 +321,8 @@ impl Profiles {
|
|||||||
|
|
||||||
for mut each in items.iter_mut() {
|
for mut each in items.iter_mut() {
|
||||||
if each.uid == some_uid {
|
if each.uid == some_uid {
|
||||||
patch!(each, item, extra);
|
each.extra = item.extra;
|
||||||
patch!(each, item, updated);
|
each.updated = item.updated;
|
||||||
|
|
||||||
// save the file data
|
// save the file data
|
||||||
// move the field value after save
|
// move the field value after save
|
||||||
|
Loading…
x
Reference in New Issue
Block a user