Skip to content

Commit

Permalink
set initialStart to false after successful connection
Browse files Browse the repository at this point in the history
  • Loading branch information
myxmaster committed Jan 4, 2025
1 parent 179a3fe commit 626660c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions views/Wallet/Wallet.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -519,6 +519,7 @@ export default class Wallet extends React.Component<WalletProps, WalletState> {
'connect time: ' + (new Date().getTime() - start) / 1000 + 's'
);
setConnectingStatus(false);
SettingsStore.setInitialStart(false);
}

if (BackendUtils.supportsLSPs()) {
Expand Down

0 comments on commit 626660c

Please sign in to comment.