toggle to hide username in TUI (#4750)

Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
This commit is contained in:
Jaga Santagostino 2025-12-02 22:11:03 +01:00 committed by GitHub
commit f17e1def32
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 37 additions and 1 deletions

View file

@ -732,6 +732,10 @@ export type KeybindsConfig = {
* Toggle sidebar
*/
sidebar_toggle?: string
/**
* Toggle username visibility
*/
username_toggle?: string
/**
* View status
*/