Skip to content

Commit 925c429

Browse files
committed
disabled auto update
fixes #217
1 parent 561e6a3 commit 925c429

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

SimpleDnsCrypt/ViewModels/LoaderViewModel.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,10 @@ private async void InitializeApplication()
9999
ProgressText = LocalizationEx.GetUiString("loader_latest_version", Thread.CurrentThread.CurrentCulture);
100100
}
101101
}
102+
else
103+
{
104+
await Task.Delay(500).ConfigureAwait(false);
105+
}
102106

103107
ProgressText =
104108
string.Format(LocalizationEx.GetUiString("loader_validate_folder", Thread.CurrentThread.CurrentCulture),

0 commit comments

Comments
 (0)