Skip to content

Commit b499a03

Browse files
committed
Add help for auth key popup
1 parent e39e80a commit b499a03

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

src/adapter.rs

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1040,9 +1040,16 @@ impl Adapter {
10401040
Span::from("⇄").bold(),
10411041
Span::from(" Nav"),
10421042
]),
1043-
FocusedBlock::AdapterInfos | FocusedBlock::AuthKey => {
1043+
FocusedBlock::AdapterInfos => {
10441044
Line::from(vec![Span::from("󱊷 ").bold(), Span::from(" Discard")])
10451045
}
1046+
FocusedBlock::AuthKey => Line::from(vec![
1047+
Span::from("⇄").bold(),
1048+
Span::from(" Hide/Show password"),
1049+
Span::from(" | "),
1050+
Span::from("󱊷 ").bold(),
1051+
Span::from(" Discard"),
1052+
]),
10461053
_ => Line::from(""),
10471054
};
10481055

0 commit comments

Comments
 (0)