fix watcher, fix tray click

This commit is contained in:
Jakob 2023-09-25 21:53:21 +02:00
parent 8ec0b67896
commit 868a13139d
5 changed files with 28 additions and 8 deletions

View file

@ -13,6 +13,7 @@ namespace EnvyUpdate
public static readonly string startup = Environment.GetFolderPath(Environment.SpecialFolder.Startup);
public static bool monitoringInstall = false;
public static bool startMinimized = false;
public static bool isInstalling = false;
public static readonly string useragent = "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:115.0) Gecko/20100101 Firefox/115.0";
}
}