Skip to content

Commit 448b23c

Browse files
committed
Change from Work panel to Status panel
1 parent 048e836 commit 448b23c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/kotlin/ExtensionReflect.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import org.parosproxy.paros.network.HttpSender
66

77
class ExtensionReflect : ExtensionAdaptor(NAME) {
88

9-
val reflectPanel = ReflectPanel()
9+
private val reflectPanel = ReflectPanel()
1010

1111
companion object {
1212
const val NAME = "Reflect"
@@ -16,7 +16,7 @@ class ExtensionReflect : ExtensionAdaptor(NAME) {
1616
super.hook(extensionHook)
1717
if (view != null) {
1818
HttpSender.addListener(ReflectListener(reflectPanel))
19-
extensionHook?.hookView?.addWorkPanel(reflectPanel)
19+
extensionHook?.hookView?.addStatusPanel(reflectPanel)
2020
}
2121
}
2222

0 commit comments

Comments
 (0)