Bugfix: close screen after bug report has been sent.
This commit is contained in:
parent
66469662ba
commit
bf26aa13c8
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ class DefaultBugReportEntryPoint @Inject constructor() : BugReportEntryPoint {
|
||||||
}
|
}
|
||||||
|
|
||||||
override fun build(): Node {
|
override fun build(): Node {
|
||||||
return parentNode.createNode<BugReportNode>(buildContext)
|
return parentNode.createNode<BugReportNode>(buildContext, plugins)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue