Revert "removed AddModuleMessage from OnParametersSetAsync methods to mitigate risk of infinite loops"

This reverts commit 92719d095a.
This commit is contained in:
Ben
2024-02-25 08:52:55 +08:00
parent 8293709f34
commit cc222a6f4a
5 changed files with 5 additions and 0 deletions

View File

@ -86,6 +86,7 @@ else
if (_themes == null)
{
await logger.LogError(ex, "Error Loading Themes {Error}", ex.Message);
AddModuleMessage(Localizer["Error.Theme.Load"], MessageType.Error);
}
}
}