mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-20 10:57:45 +08:00
fix: UI绑定
This commit is contained in:
@@ -295,7 +295,7 @@
|
||||
Height="30"
|
||||
hc:InfoElement.Placeholder="{DynamicResource DefaultStage}"
|
||||
Opacity="{c:Binding 'IsOpen ? 1 : 0.5'}"
|
||||
Text="{Binding Value, UpdateSourceTrigger=PropertyChanged}"
|
||||
Text="{Binding Stage, UpdateSourceTrigger=PropertyChanged}"
|
||||
ToolTip="{DynamicResource CustomStageCodeTip}"
|
||||
Visibility="{c:Binding CustomStageCode,
|
||||
Source={x:Static ui_vms:TaskQueueViewModel.FightTask}}" />
|
||||
|
||||
Reference in New Issue
Block a user