Merge branch 'main' into release

This commit is contained in:
BlossomiShymae
2024-08-13 02:43:55 -05:00

View File

@@ -50,7 +50,7 @@ namespace Needlework.Net.Desktop.ViewModels
{ {
Task.Run(CheckLatestVersionAsync); Task.Run(CheckLatestVersionAsync);
Thread.Sleep(TimeSpan.FromSeconds(2)); Thread.Sleep(TimeSpan.FromSeconds(60));
} }
} }