mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-04-28 00:36:00 +00:00
[HTML] Prettier attachment preview for non-media files (#448)
This commit is contained in:
@@ -52,7 +52,7 @@ namespace DiscordChatExporter.Domain.Discord.Models.Common
|
||||
if (Math.Abs(TotalKiloBytes) >= 1)
|
||||
return "KB";
|
||||
|
||||
return "B";
|
||||
return "bytes";
|
||||
}
|
||||
|
||||
public override string ToString() => $"{GetLargestWholeNumberValue():0.##} {GetLargestWholeNumberSymbol()}";
|
||||
|
||||
Reference in New Issue
Block a user