Model Downloader Cancel is now instant + other improvements

This commit is contained in:
N00MKRAD
2021-06-22 15:01:48 +02:00
parent 8dc8ccf71f
commit 40b88bfa46
4 changed files with 16 additions and 9 deletions

View File

@@ -22,7 +22,7 @@ namespace Flowframes.UI
}
catch(Exception e)
{
Logger.Log($"Failed to load news: {e.Message}");
Logger.Log($"Failed to load news: {e.Message}", true);
}
}
@@ -37,7 +37,7 @@ namespace Flowframes.UI
}
catch (Exception e)
{
Logger.Log($"Failed to load patreon CSV: {e.Message}");
Logger.Log($"Failed to load patreon CSV: {e.Message}", true);
}
}