Added changable color bar, check on cache on the UID fetching. #27

Merged
defnotken merged 5 commits from color-bar-fix into 1.11.8 2025-09-12 05:03:05 +00:00
Showing only changes of commit 68b2523b7c - Show all commits

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(173, 138, 245, transparency), 1);
UiSharedService.Color(UIColors.Get("LightlessPurple")));
if (_configService.Current.TransferBarsShowText)
{