fix tray icon
This commit is contained in:
parent
a601b8937c
commit
aa7aeff1f8
4 changed files with 8 additions and 1 deletions
|
@ -12,6 +12,7 @@ namespace EnvyUpdate
|
|||
public static readonly string appdata = Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData) + "\\envyupdate\\";
|
||||
public static readonly string startup = Environment.GetFolderPath(Environment.SpecialFolder.Startup);
|
||||
public static bool monitoringInstall = false;
|
||||
public static bool startMinimized = false;
|
||||
public static readonly string useragent = "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:115.0) Gecko/20100101 Firefox/115.0";
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue