-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Profiles Select Window #7891
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Profiles Select Window #7891
Conversation
|
你想把一些公用代码 放 ProfilesBaseViewModel 对吧? |
0085e0a to
7aa41cc
Compare
7aa41cc to
f11b46e
Compare
|
done |
|
拖动好像没实现 |
|
|
||
| #endregion WhenAnyValue && ReactiveCommand | ||
|
|
||
| #region AppEvents |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
AppEvents 是用来接收更新订阅等等的更新的,这里不需要的。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
我记得我删了来着,好像和那个commit一块drop掉了
|
|
||
| #region Actions | ||
|
|
||
| public void UpdateStatistics(ServerSpeedItem update) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这个不需要,并且UI 也移除吧。
|
|
||
| //await ConfigHandler.SetDefaultServer(_config, lstModel); | ||
|
|
||
| var lstServerStat = (_config.GuiItem.EnableStatistics ? StatisticsManager.Instance.ServerStat : null) ?? []; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
流量和速度可以不要
|
done |
#7887
