mirror of
https://github.com/Caraxi/mare.client.git
synced 2026-01-03 12:33:39 +01:00
add download throttling, change header of mare, fix reverting players when going offline/paused when not visible
This commit is contained in:
parent
75494c69fe
commit
4b3bd975d5
12 changed files with 400 additions and 56 deletions
|
|
@ -74,6 +74,7 @@ public record OpenReportPopupMessage(Pair PairToReport) : MessageBase;
|
|||
public record OpenBanUserPopupMessage(Pair PairToBan, GroupFullInfoDto GroupFullInfoDto) : MessageBase;
|
||||
public record OpenSyncshellAdminPanel(GroupFullInfoDto GroupInfo) : MessageBase;
|
||||
public record OpenPermissionWindow(Pair Pair) : MessageBase;
|
||||
public record DownloadLimitChangedMessage() : SameThreadMessage;
|
||||
|
||||
#pragma warning restore S2094
|
||||
#pragma warning restore MA0048 // File name must match type name
|
||||
Loading…
Add table
Add a link
Reference in a new issue