mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-02-24 10:13:58 +00:00
Check if auto-update is enabled in UpdateService
This commit is contained in:
@@ -69,10 +69,6 @@ namespace DiscordChatExporter.Gui.ViewModels
|
||||
{
|
||||
try
|
||||
{
|
||||
// Don't check for updates if auto-update is disabled
|
||||
if (!_settingsService.IsAutoUpdateEnabled)
|
||||
return;
|
||||
|
||||
// Check for updates
|
||||
var updateVersion = await _updateService.CheckForUpdatesAsync();
|
||||
if (updateVersion == null)
|
||||
|
||||
Reference in New Issue
Block a user