File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
source/renderer/app/stores Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 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 ) )
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments