Display progress %

master
Vitaliy Filippov 2019-05-20 19:41:14 +03:00
parent 29fb001af3
commit 8781551cd1
1 changed files with 1 additions and 0 deletions

View File

@ -364,6 +364,7 @@ class MainWindow extends React.PureComponent
<FolderList
accounts={this.state.accounts}
progressText={this.state.progressText}
progressPercent={this.state.progressPercent}
startResync={this.startResync}
loadFolder={this.loadFolder}
/>