v0.0.55 - Remove redundant 'Press d for connection instructions' hint line from TUI (already in hotkey menu)

This commit is contained in:
Laan Tungir
2026-07-20 09:55:10 -04:00
parent a0a5987ffa
commit 2af12868e2
2 changed files with 2 additions and 6 deletions

View File

@@ -110,8 +110,6 @@ After unlock, the terminal becomes a live status and control console rendered by
```text
n_signer v0.0.53 > Main Menu
Press d for connection instructions
Roles:
Role Purpose Curve Derivation path
main nostr secp256k1 m/44'/1237'/0'/0/0

View File

@@ -759,8 +759,8 @@ int socket_name_random(char *out, size_t out_len);
/* Version information (auto-updated by build/version tooling) */
#define NSIGNER_VERSION_MAJOR 0
#define NSIGNER_VERSION_MINOR 0
#define NSIGNER_VERSION_PATCH 54
#define NSIGNER_VERSION "v0.0.54"
#define NSIGNER_VERSION_PATCH 55
#define NSIGNER_VERSION "v0.0.55"
/* NSIGNER_HEADERLESS_DECLS_END */
@@ -1592,8 +1592,6 @@ static void render_status(const role_table_t *role_table,
tui_clear_continuous(size.height);
tui_render_top_frame(&frame, size.width);
tui_print("Press ^_d^ for connection instructions");
tui_print("");
tui_print("^*Roles^:");
if (role_table == NULL || role_table->count == 0) {
tui_print("(none)");