summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorGrail Finder <wohilas@gmail.com>2025-12-09 15:28:48 +0300
committerGrail Finder <wohilas@gmail.com>2025-12-09 15:28:48 +0300
commit1cd8317f5186634d2e28bd827f113788714f1999 (patch)
tree1ba01b7d028adf8d8baab95010aae487579ef578 /main.go
parente1bac8d0646ab9e6eab976dac0199807cb79a09e (diff)
Feat: edit role alt+4
Diffstat (limited to 'main.go')
-rw-r--r--main.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.go b/main.go
index baa783d..06575b0 100644
--- a/main.go
+++ b/main.go
@@ -11,6 +11,7 @@ import (
var (
botRespMode = false
editMode = false
+ roleEditMode = false
injectRole = true
selectedIndex = int(-1)
currentAPIIndex = 0 // Index to track current API in ApiLinks slice