Skip Updates param

This commit is contained in:
Serge
2023-07-28 00:06:57 +02:00
parent 6029660860
commit b3f5a2dfa2

View File

@@ -41,6 +41,8 @@ namespace GHelper.AutoUpdate
async void CheckForUpdatesAsync()
{
if (AppConfig.Is("skip_updates")) return;
try
{