Skip to content

Commit

Permalink
Merge pull request #1130 from kaloudis/account-switching-fix1
Browse files Browse the repository at this point in the history
SettingsStore: return connecting status for more reliable account switching
  • Loading branch information
kaloudis authored Nov 24, 2022
2 parents af12c17 + 3a22218 commit 2f30eeb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions stores/SettingsStore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -401,5 +401,6 @@ export default class SettingsStore {
@action
public setConnectingStatus = (status = false) => {
this.connecting = status;
return this.connecting;
};
}

0 comments on commit 2f30eeb

Please sign in to comment.