Skip to content

Commit fea8019

Browse files
author
Lucas
authored
[DDW-934] Available disk space takes a long time to show (#2849)
1 parent 0c4944d commit fea8019

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99
- Implemented new token picker ([PR 2787](https://github.com/input-output-hk/daedalus/pull/2787))
1010
- Improved wallet send form ([PR 2791](https://github.com/input-output-hk/daedalus/pull/2791))
1111

12+
### Fixes
13+
14+
- Fixed available disk space takes a long time to show ([PR 2849](https://github.com/input-output-hk/daedalus/pull/2849))
15+
1216
### Chores
1317

1418
- Migrated codebase from javascript to typescript ([PR 2843](https://github.com/input-output-hk/daedalus/pull/2843))

source/renderer/app/stores/NetworkStatusStore.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,7 @@ export default class NetworkStatusStore extends Store {
216216

217217
// Setup disk space checks
218218
getDiskSpaceStatusChannel.onReceive(this._onCheckDiskSpace);
219+
this._checkDiskSpace();
219220

220221
this._getStateDirectoryPath();
221222

0 commit comments

Comments
 (0)