mirror of
https://jihulab.com/DGP-Studio/Snap.Hutao.git
synced 2025-11-19 21:02:53 +08:00
fix refresh time update
This commit is contained in:
@@ -133,7 +133,9 @@ internal sealed class DailyNoteEntry : ObservableObject, IMappingFrom<DailyNoteE
|
||||
public void UpdateDailyNote(DailyNote? dailyNote)
|
||||
{
|
||||
DailyNote = dailyNote;
|
||||
RefreshTime = DateTimeOffset.Now;
|
||||
OnPropertyChanged(nameof(DailyNote));
|
||||
|
||||
RefreshTime = DateTimeOffset.Now;
|
||||
OnPropertyChanged(nameof(RefreshTime));
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user