Skip to content

Commit

Permalink
src: Incorrectly stopped loading extensions when subscription failed
Browse files Browse the repository at this point in the history
  • Loading branch information
SludgeGirl committed Feb 19, 2025
1 parent 485e976 commit a94a571
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export const Application = () => {
text: _("Failed to retrieve subscriptions"),
detail: output.toString(),
}]);
setLoadingExtensions(false);
setLoadingSubscriptions(false);
})
.finally(() => {
backend.getExtensions()
Expand Down

0 comments on commit a94a571

Please sign in to comment.