diff options
| author | Grail Finder <wohilas@gmail.com> | 2026-01-22 09:29:56 +0300 |
|---|---|---|
| committer | Grail Finder <wohilas@gmail.com> | 2026-01-22 09:29:56 +0300 |
| commit | 98138728542d0ed529d9d3a389c3531945d971f3 (patch) | |
| tree | 0ad2e4e7f255632a7c712a7566580f2aec03a02b /tui.go | |
| parent | a28e8ef9e250ace5c9624393da308c189c0839f6 (diff) | |
Chore: bool colors for statusline
Diffstat (limited to 'tui.go')
| -rw-r--r-- | tui.go | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -832,13 +832,6 @@ func init() { // Handle Alt+7 to toggle injectRole if event.Key() == tcell.KeyRune && event.Rune() == '7' && event.Modifiers()&tcell.ModAlt != 0 { injectRole = !injectRole - status := "disabled" - if injectRole { - status = "enabled" - } - if err := notifyUser("injectRole", "Role injection "+status); err != nil { - logger.Error("failed to send notification", "error", err) - } updateStatusLine() } if event.Key() == tcell.KeyF1 { |
