- Automatically send windows to back

- Fix auto updater
This commit is contained in:
Stone-Red-Code
2021-09-14 21:27:08 +02:00
parent 7d2f68a66a
commit aed4b7de64
10 changed files with 31 additions and 17 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ namespace DesktopMagic
{
private Mutex _mutex;
#if DEBUG
private readonly Updater updater = new Updater(TimeSpan.FromHours(1), "https://raw.githubusercontent.com/Stone-Red-Code/DesktopMagic/develop/update/updateInfo.json");
private readonly Updater updater = new Updater(TimeSpan.FromDays(1), "https://raw.githubusercontent.com/Stone-Red-Code/DesktopMagic/develop/update/updateInfo.json");
#else
private readonly Updater updater = new Updater(TimeSpan.FromHours(1), "https://raw.githubusercontent.com/Stone-Red-Code/DesktopMagic/main/update/updateInfo.json");
#endif