mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-18 02:10:21 +08:00
perf: 开始唤醒任务未设置账号切换时, 禁用手动切换按钮
This commit is contained in:
@@ -50,7 +50,8 @@
|
||||
hc:BorderElement.CornerRadius="0,4,4,0"
|
||||
BorderThickness="0,1,1,1"
|
||||
Command="{s:Action AccountSwitchManualRun}"
|
||||
Content="{DynamicResource AccountSwitchManualRun}" />
|
||||
Content="{DynamicResource AccountSwitchManualRun}"
|
||||
IsEnabled="{c:Binding 'AccountName != ""'}" />
|
||||
</Grid>
|
||||
|
||||
<CheckBox
|
||||
|
||||
Reference in New Issue
Block a user