mirror of
https://jihulab.com/DGP-Studio/Snap.Hutao.git
synced 2025-11-19 21:02:53 +08:00
fix pipeline
This commit is contained in:
@@ -120,6 +120,12 @@ internal class UserViewModel : ObservableObject
|
||||
switch (optionResult)
|
||||
{
|
||||
case UserOptionResult.Added:
|
||||
if (Users!.Count == 1)
|
||||
{
|
||||
await ThreadHelper.SwitchToMainThreadAsync();
|
||||
SelectedUser = Users.Single();
|
||||
}
|
||||
|
||||
infoBarService.Success($"用户 [{uid}] 添加成功");
|
||||
break;
|
||||
case UserOptionResult.Incomplete:
|
||||
|
||||
Reference in New Issue
Block a user