Commit ab6975e7 authored by 潘栩锋's avatar 潘栩锋 🚴

修复 AD盒的 IsReady 没有绑定到 isReadyContext

parent 87bd01c2
......@@ -477,6 +477,8 @@ namespace FlyADBase
}
}, TimeSpan.FromSeconds(1));
Misc.BindingOperations.SetBinding(isReadyContext, nameof(isReadyContext.IsReady), this, nameof(IsReady));
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment