[3.4.0]修复调试面板中打开历史消息之后关闭调试面板再打开无法关闭上报历史窗Bug
This commit is contained in:
@@ -162,6 +162,13 @@ object CallerDevaToolsManager {
|
||||
devaToolsProviderApi?.showReportListWindow(context,isShow)
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取工控机异常上报列表展示状态
|
||||
*/
|
||||
fun getReportWindowStatus(): Boolean{
|
||||
return devaToolsProviderApi?.getReportWindowStatus() ?: false
|
||||
}
|
||||
|
||||
/**
|
||||
* 下载指定包
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user