show subscription update time

This commit is contained in:
arm64v8a
2022-08-05 17:13:59 +08:00
parent 22b042b55b
commit fac593b803
5 changed files with 16 additions and 2 deletions

View File

@@ -306,6 +306,7 @@ namespace NekoRay::sub {
// 订阅解析前
if (group != nullptr) {
in = group->Profiles();
group->last_update = QDateTime::currentSecsSinceEpoch();
group->info = sub_user_info;
group->order.clear();
group->Save();