fix: profile updated field

This commit is contained in:
GyDi
2022-03-07 01:41:42 +08:00
parent 743788135f
commit e9b7ec735f
4 changed files with 7 additions and 5 deletions

View File

@@ -380,8 +380,7 @@ impl Profiles {
patch!(each, item, url);
patch!(each, item, selected);
patch!(each, item, extra);
each.updated = Some(help::get_now());
patch!(each, item, updated);
self.items = Some(items);
return self.save_file();