mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-15 17:30:27 +08:00
perf: 刷理智过期关卡样式优化
This commit is contained in:
@@ -290,6 +290,7 @@
|
||||
<Style.Triggers>
|
||||
<DataTrigger Binding="{Binding IsOutdated}" Value="True">
|
||||
<Setter Property="TextDecorations" Value="Strikethrough" />
|
||||
<Setter Property="Foreground" Value="{DynamicResource ErrorLogBrush}" />
|
||||
</DataTrigger>
|
||||
<DataTrigger Binding="{Binding IsOpen}" Value="False">
|
||||
<Setter Property="Opacity" Value="0.5" />
|
||||
|
||||
Reference in New Issue
Block a user