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 15:11:03 -06:00
committed by GitHub
co-authored by Aiden Cline
parent 3183e8b7d4
commit f17e1def32
5 changed files with 37 additions and 1 deletions
+4
View File
@@ -732,6 +732,10 @@ export type KeybindsConfig = {
* Toggle sidebar
*/
sidebar_toggle?: string
/**
* Toggle username visibility
*/
username_toggle?: string
/**
* View status
*/