Skip to content

Commit

Permalink
fix: switch local online disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
axel7083 committed Mar 9, 2024
1 parent a6c3b4a commit 4d14c73
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/ui/MainForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1504,6 +1504,10 @@ private void RefreshAddonsButton()
this.btnDownloadAddon.Enabled = false;
this.btnInstall.Enabled = false;
}
else
{
this.addonsChoice.Enabled = true;
}
}

/**
Expand Down

0 comments on commit 4d14c73

Please sign in to comment.