Skip to content

Commit

Permalink
Update ReNum.cpp
Browse files Browse the repository at this point in the history
Убрал синхронизацию после нумерации
  • Loading branch information
kuvbur committed Nov 24, 2023
1 parent 54bb225 commit 3b4925e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/AddOn/ReNum.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ GSErrCode ReNumSelected(SyncSettings& syncSettings) {
ACAPI_Interface(APIIo_CloseProcessWindowID, nullptr, nullptr);
return NoError;
});
if (flag_write) SyncArray(syncSettings, guidArray);
//if (flag_write) SyncArray(syncSettings, guidArray);
return NoError;
}

Expand Down

0 comments on commit 3b4925e

Please sign in to comment.