mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-06 22:46:06 +02:00
7 day gamelog limit
This commit is contained in:
@@ -110,6 +110,11 @@ namespace VRCX
|
|||||||
|
|
||||||
foreach (var fileInfo in fileInfos)
|
foreach (var fileInfo in fileInfos)
|
||||||
{
|
{
|
||||||
|
if (DateTime.Compare(DateTime.Today.AddDays(-7), fileInfo.LastWriteTimeUtc) >= 0)
|
||||||
|
{
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
|
||||||
if (bias.CompareTo(fileInfo.LastWriteTimeUtc) <= 0)
|
if (bias.CompareTo(fileInfo.LastWriteTimeUtc) <= 0)
|
||||||
{
|
{
|
||||||
fileInfo.Refresh();
|
fileInfo.Refresh();
|
||||||
|
|||||||
Reference in New Issue
Block a user