From 064501c0cbf8643cfb2bdb2c295055189cf3287f Mon Sep 17 00:00:00 2001
From: wxr <464027401@qq.com>
Date: 星期一, 21 十二月 2020 19:42:53 +0800
Subject: [PATCH] Merge branch 'CJL' into NewFilePath

---
 HDL_ON/Entity/FunctionList.cs |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/HDL_ON/Entity/FunctionList.cs b/HDL_ON/Entity/FunctionList.cs
index 2b481cb..5253ac7 100644
--- a/HDL_ON/Entity/FunctionList.cs
+++ b/HDL_ON/Entity/FunctionList.cs
@@ -399,10 +399,10 @@
                                 }
                                 else
                                 {
+                                    MainPage.Log($"deviceType:{localFunction.spk} local:{localFunction.modifyTime} server:{newFunction.modifyTime}");
                                     i++;
                                     if (localFunction.modifyTime != newFunction.modifyTime)
                                     {
-                                        MainPage.Log($"local:{localFunction.modifyTime}\r\n server:{newFunction.modifyTime}");
                                         localFunction.name = newFunction.name;
                                         localFunction.collect = newFunction.collect;
                                         localFunction.modifyTime = newFunction.modifyTime;
@@ -695,6 +695,9 @@
                 case FunctionAttributeKey.Percent:
                     text = Language.StringByID(StringId.PercentAdjustment);
                     break;
+                case FunctionAttributeKey.FadeTime:
+                    text = Language.StringByID(StringId.FadeSpeed);
+                    break;
             }
             return text;
         }

--
Gitblit v1.8.0