mirror of
https://github.com/n00mkrad/flowframes.git
synced 2026-09-01 19:51:28 +02:00
Model Downloader Cancel is now instant + other improvements
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user