Skip to content

Commit fbcfe3f

Browse files
authored
Update AboutViewModel.cs
1 parent 1d44c88 commit fbcfe3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Source/NETworkManager/ViewModels/AboutViewModel.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ private async Task CheckForUpdatesAsync()
4242
IsUpdateCheckRunning = true;
4343

4444
// Show a loading animation for the user
45-
await Task.Delay(1250);
45+
await Task.Delay(GlobalStaticConfiguration.ApplicationUIRefreshInterval);
4646

4747
var updater = new Updater();
4848

@@ -269,4 +269,4 @@ private void Updater_Error(object sender, EventArgs e)
269269
}
270270

271271
#endregion
272-
}
272+
}

0 commit comments

Comments
 (0)