Skip to content

Commit 6f6f2e4

Browse files
authored
Update CustomBundleDialog.kt
1 parent c3c21a2 commit 6f6f2e4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/src/main/kotlin/ShiggyXposed/xposed/xposed/modules/LogBox/CustomBundleDialog.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package ShiggyXposed.xposed.modules.LogBox
1+
package GoonXposed.xposed.modules.LogBox
22

33
import android.app.AlertDialog
44
import android.content.Context
@@ -62,7 +62,7 @@ object CustomBundleDialog {
6262
container.addView(toggleContainer)
6363

6464
val urlInput = EditText(context).apply {
65-
hint = "http://localhost:4040/shiggycord.js"
65+
hint = "http://localhost:4040/gooncord.js"
6666
setTextColor(colors.onSurface)
6767
setHintTextColor(colors.onSurfaceVariant)
6868
background = LogBoxUtils.createM3Background(context, colors.surfaceVariant, 12f)

0 commit comments

Comments
 (0)