File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
src/PDFKeeper.Core/Presenters Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -1296,6 +1296,7 @@ private void ProcessEachCheckedDocument(CheckedDocumentAction checkedDocumentAct
1296
1296
string value )
1297
1297
{
1298
1298
OnLongRunningOperationStarted ( ) ;
1299
+ ViewModel . DocumentsEnabled = false ;
1299
1300
ViewModel . DocumentsProgressBarVisible = true ;
1300
1301
ViewModel . DocumentsProgressBarMinimum = 0 ;
1301
1302
ViewModel . DocumentsProgressBarMaximum = ViewModel . CheckedDocumentIds . Count ;
@@ -1383,6 +1384,7 @@ private void ProcessEachCheckedDocument(CheckedDocumentAction checkedDocumentAct
1383
1384
}
1384
1385
OnCheckedDocumentsProcessed ( ) ;
1385
1386
ViewModel . DocumentsProgressBarVisible = false ;
1387
+ ViewModel . DocumentsEnabled = true ;
1386
1388
OnLongRunningOperationFinished ( ) ;
1387
1389
}
1388
1390
You can’t perform that action at this time.
0 commit comments