Skip to content
This repository was archived by the owner on Jul 21, 2022. It is now read-only.

Commit 48bcfcc

Browse files
committed
Update UpdateService.cs
1 parent b527ee9 commit 48bcfcc

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Tools Injector Mod Menu/Utility/UpdateService.cs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
namespace Tools_Injector_Mod_Menu
88
{
9-
public class UpdateService
9+
public static class UpdateService
1010
{
1111
public static async Task CheckGitHubNewerVersion()
1212
{
@@ -24,6 +24,10 @@ public static async Task CheckGitHubNewerVersion()
2424
Process.Start(url);
2525
}
2626
}
27+
else
28+
{
29+
MyMessage.MsgShowInfo("You are using the latest version");
30+
}
2731
}
2832
}
2933
}

0 commit comments

Comments
 (0)