Commit 7815f589 authored by Rabbit's avatar Rabbit
Browse files

修复了启用了深色文本的Labels重启后变为浅色的问题

parent 4a7cf57a
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -107,6 +107,10 @@ namespace CountDownList.Class
                            isCount = Convert.ToBoolean(attri.Value);
                            break;

                        case "DarkText":
                            isDarkText = Convert.ToBoolean(attri.Value);
                            break;

                        case "IsReadOnly":
                            isReadOnly = Convert.ToBoolean(attri.Value);
                            break;