We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f0b00c commit 4c482a9Copy full SHA for 4c482a9
1 file changed
ZuneModdingHelper/Services/UpdateHelper.cs
@@ -27,7 +27,7 @@ public class UpdateHelper
27
28
public async Task CheckForUpdatesAsync(bool isUserTriggered)
29
{
30
- if (_isRunning)
+ if (_isRunning || !Enabled)
31
return;
32
33
_isRunning = true;
0 commit comments