mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 19:47:21 +01:00
ui adjustments
This commit is contained in:
parent
8bad3fd91c
commit
fd23a977ac
3 changed files with 130 additions and 103 deletions
|
|
@ -94,6 +94,7 @@ public partial class ApiController
|
|||
|
||||
existingUser.IsPaused = dto.IsPaused ?? existingUser.IsPaused;
|
||||
existingUser.UserAlias = dto.UserAlias ?? existingUser.UserAlias;
|
||||
existingUser.IsPinned = dto.IsPinned ?? existingUser.IsPinned;
|
||||
}
|
||||
|
||||
private async Task GroupChangedCallback(GroupDto dto)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue