mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-15 17:30:27 +08:00
fix: 小工具-公招识别 绑定失效
This commit is contained in:
@@ -8,10 +8,7 @@
|
||||
xmlns:hc="https://handyorg.github.io/handycontrol"
|
||||
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
||||
xmlns:s="https://github.com/canton7/Stylet"
|
||||
xmlns:styles="clr-namespace:MaaWpfGui.Styles"
|
||||
xmlns:ui="clr-namespace:MaaWpfGui.ViewModels.UI"
|
||||
xmlns:viewModels="clr-namespace:MaaWpfGui.ViewModels"
|
||||
xmlns:vm="clr-namespace:MaaWpfGui"
|
||||
d:DataContext="{d:DesignInstance {x:Type ui:RecognizerViewModel}}"
|
||||
d:DesignHeight="600"
|
||||
d:DesignWidth="800"
|
||||
@@ -85,7 +82,7 @@
|
||||
Maximum="9"
|
||||
Minimum="1"
|
||||
ValueFormat="00"
|
||||
Value="{Binding RecruitSettingDataContext.ChooseLevel3Hour}" />
|
||||
Value="{Binding ChooseLevel3Hour, Source={x:Static ui:SettingsViewModel.RecruitTask}}" />
|
||||
<controls:TextBlock Margin="5" Text=":" />
|
||||
<hc:NumericUpDown
|
||||
Width="55"
|
||||
@@ -93,7 +90,7 @@
|
||||
Maximum="50"
|
||||
Minimum="0"
|
||||
ValueFormat="00"
|
||||
Value="{Binding RecruitSettingDataContext.ChooseLevel3Min}" />
|
||||
Value="{Binding ChooseLevel3Min, Source={x:Static ui:SettingsViewModel.RecruitTask}}" />
|
||||
</StackPanel>
|
||||
</StackPanel>
|
||||
|
||||
@@ -110,7 +107,7 @@
|
||||
Maximum="9"
|
||||
Minimum="1"
|
||||
ValueFormat="00"
|
||||
Value="{Binding RecruitSettingDataContext.ChooseLevel4Hour}" />
|
||||
Value="{Binding ChooseLevel4Hour, Source={x:Static ui:SettingsViewModel.RecruitTask}}" />
|
||||
<controls:TextBlock Margin="5" Text=":" />
|
||||
<hc:NumericUpDown
|
||||
Width="55"
|
||||
@@ -118,7 +115,7 @@
|
||||
Maximum="50"
|
||||
Minimum="0"
|
||||
ValueFormat="00"
|
||||
Value="{Binding RecruitSettingDataContext.ChooseLevel4Min}" />
|
||||
Value="{Binding ChooseLevel4Min, Source={x:Static ui:SettingsViewModel.RecruitTask}}" />
|
||||
</StackPanel>
|
||||
</StackPanel>
|
||||
|
||||
@@ -135,7 +132,7 @@
|
||||
Maximum="9"
|
||||
Minimum="1"
|
||||
ValueFormat="00"
|
||||
Value="{Binding RecruitSettingDataContext.ChooseLevel5Hour}" />
|
||||
Value="{Binding ChooseLevel5Hour, Source={x:Static ui:SettingsViewModel.RecruitTask}}" />
|
||||
<controls:TextBlock Margin="5" Text=":" />
|
||||
<hc:NumericUpDown
|
||||
Width="55"
|
||||
@@ -143,7 +140,7 @@
|
||||
Maximum="50"
|
||||
Minimum="0"
|
||||
ValueFormat="00"
|
||||
Value="{Binding RecruitSettingDataContext.ChooseLevel5Min}" />
|
||||
Value="{Binding ChooseLevel5Min, Source={x:Static ui:SettingsViewModel.RecruitTask}}" />
|
||||
</StackPanel>
|
||||
</StackPanel>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user