mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-20 02:55:38 +08:00
chore: 删除多余TextBlock
This commit is contained in:
@@ -36,12 +36,8 @@
|
||||
Margin="10"
|
||||
HorizontalAlignment="Center"
|
||||
VerticalAlignment="Center"
|
||||
IsChecked="{Binding AutoRestartOnDrop}"
|
||||
Content="{DynamicResource AutoRestartOption}" />
|
||||
<maa:TextBlock
|
||||
HorizontalAlignment="Center"
|
||||
Text="帮帮"
|
||||
Visibility="{c:Binding '(ClientType != "Official") and (ClientType != "Bilibili") and (ClientType != "")'}" />
|
||||
Content="{DynamicResource AutoRestartOption}"
|
||||
IsChecked="{Binding AutoRestartOnDrop}" />
|
||||
<maa:TextBlock HorizontalAlignment="Center" Visibility="{c:Binding '(ClientType != "Official") and (ClientType != "Bilibili") and (ClientType != "")'}">
|
||||
<Hyperlink
|
||||
Cursor="Hand"
|
||||
|
||||
Reference in New Issue
Block a user