fix issue #134 - ensure files are not locked by another processs and remove loading indicator
This commit is contained in:
@ -56,6 +56,7 @@
|
||||
public void AddModuleMessage(string message, MessageType type)
|
||||
{
|
||||
progressindicator = false;
|
||||
StateHasChanged();
|
||||
modulemessage.SetModuleMessage(message, type);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user