diff options
| author | Grail Finder <wohilas@gmail.com> | 2025-12-09 15:28:48 +0300 |
|---|---|---|
| committer | Grail Finder <wohilas@gmail.com> | 2025-12-09 15:28:48 +0300 |
| commit | 1cd8317f5186634d2e28bd827f113788714f1999 (patch) | |
| tree | 1ba01b7d028adf8d8baab95010aae487579ef578 /main.go | |
| parent | e1bac8d0646ab9e6eab976dac0199807cb79a09e (diff) | |
Feat: edit role alt+4
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
