We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3c21a2 commit 6f6f2e4Copy full SHA for 6f6f2e4
1 file changed
app/src/main/kotlin/ShiggyXposed/xposed/xposed/modules/LogBox/CustomBundleDialog.kt
@@ -1,4 +1,4 @@
1
-package ShiggyXposed.xposed.modules.LogBox
+package GoonXposed.xposed.modules.LogBox
2
3
import android.app.AlertDialog
4
import android.content.Context
@@ -62,7 +62,7 @@ object CustomBundleDialog {
62
container.addView(toggleContainer)
63
64
val urlInput = EditText(context).apply {
65
- hint = "http://localhost:4040/shiggycord.js"
+ hint = "http://localhost:4040/gooncord.js"
66
setTextColor(colors.onSurface)
67
setHintTextColor(colors.onSurfaceVariant)
68
background = LogBoxUtils.createM3Background(context, colors.surfaceVariant, 12f)
0 commit comments