Added the old system of WQPD back. added more options of it.

This commit is contained in:
cake
2025-12-05 04:43:30 +01:00
parent 1c36db97dc
commit 69b504c42f
3 changed files with 390 additions and 252 deletions

View File

@@ -66,6 +66,7 @@ public class LightlessConfig : ILightlessConfiguration
public bool ShowTransferBars { get; set; } = true;
public bool ShowTransferWindow { get; set; } = false;
public bool ShowPlayerLinesTransferWindow { get; set; } = true;
public bool ShowPlayerSpeedBarsTransferWindow { get; set; } = true;
public bool UseNotificationsForDownloads { get; set; } = true;
public bool ShowUploading { get; set; } = true;
public bool ShowUploadingBigText { get; set; } = true;