Skip to content
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

Adjust theme colors; Add temperature textblock #117

Merged
merged 2 commits into from
Mar 15, 2023

Conversation

1357310795
Copy link
Contributor

No description provided.

@1357310795 1357310795 requested a review from HO-COOH March 15, 2023 08:46
public string CurrentTemp {
get {
if (Info?.TemperatureData?.Count > 0) {
var data = Info.TemperatureData[Info.TemperatureData.Count - 1];
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

后面温度数据的gui更新的通知会直接从Info发出来,这里应该是xaml绑定到一个converter好一点

Copy link
Contributor

@HO-COOH HO-COOH left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

温度改一下,其他应该没啥(

@1357310795 1357310795 requested a review from HO-COOH March 15, 2023 12:13
@HO-COOH HO-COOH merged commit 8cae320 into master Mar 15, 2023
@1357310795 1357310795 deleted the test_adjust_theme_color branch March 25, 2023 12:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants