未验证 提交 d27b5a74 编写于 作者: J Joey Robichaud 提交者: GitHub

Merge pull request #41752 from JoeRobich/fix-classview-sync

Always return available for SyncClassView command
......@@ -116,7 +116,7 @@ public bool ExecuteCommand(SyncClassViewCommandArgs args, CommandExecutionContex
public CommandState GetCommandState(SyncClassViewCommandArgs args)
{
return Commanding.CommandState.Unspecified;
return Commanding.CommandState.Available;
}
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册