Skip to content

Commit 1ff6eca

Browse files
committed
feat: Implement date settings for notification checks
1 parent 77599ee commit 1ff6eca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Source/Menu/Notifications/NotificationManager.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -589,6 +589,7 @@ string GetSetting(string settingText)
589589
if (prop == null) return "";
590590
value = prop.GetValue(value);
591591
}
592+
if (value is DateTime dateTime) return dateTime.ToString("yyyy-MM-dd");
592593
return value?.ToString() ?? "";
593594
}
594595

0 commit comments

Comments
 (0)