This commit is contained in:
Tyrrrz
2025-04-02 00:34:52 +03:00
parent 7add81a472
commit 6fb197cf0b
6 changed files with 32 additions and 39 deletions

View File

@@ -286,9 +286,6 @@ public partial class DashboardViewModel : ViewModelBase
catch (ChannelEmptyException ex)
{
_snackbarManager.Notify(ex.Message.TrimEnd('.'));
// FIXME: not exactly successful, but not a failure either. Not ideal to duplicate the line
Interlocked.Increment(ref successfulExportCount);
}
catch (DiscordChatExporterException ex) when (!ex.IsFatal)
{