Bluer blue.

This commit is contained in:
Eauldane
2025-08-23 18:04:35 +01:00
parent a1a3858653
commit e5dd13bc3e
2 changed files with 2 additions and 2 deletions

View File

@@ -169,7 +169,7 @@ public class DownloadUi : WindowMediatorSubscriberBase
var dlProgressPercent = transferredBytes / (double)totalBytes;
drawList.AddRectFilled(dlBarStart,
dlBarEnd with { X = dlBarStart.X + (float)(dlProgressPercent * dlBarWidth) },
UiSharedService.Color(150, 150, 255, transparency), 1);
UiSharedService.Color(100, 100, 255, transparency), 1);
if (_configService.Current.TransferBarsShowText)
{