diff options
| author | lukeflo | 2025-07-04 14:41:47 +0200 |
|---|---|---|
| committer | lukeflo | 2025-07-04 14:41:47 +0200 |
| commit | 5ebecf2ea9d0fb9c57b264d7cd1c6e92b36d30e8 (patch) | |
| tree | fdccdd4ecded35feb3ca6bb441bb3d4581175f07 /src/tui/popup.rs | |
| parent | 2594cf34dcf2f04f398dab7b6ecae364eb4c7d17 (diff) | |
| download | bibiman-5ebecf2ea9d0fb9c57b264d7cd1c6e92b36d30e8.tar.gz bibiman-5ebecf2ea9d0fb9c57b264d7cd1c6e92b36d30e8.zip | |
`PopupItem::Citekey` impl
Diffstat (limited to 'src/tui/popup.rs')
| -rw-r--r-- | src/tui/popup.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tui/popup.rs b/src/tui/popup.rs index da44744..4aaa2c1 100644 --- a/src/tui/popup.rs +++ b/src/tui/popup.rs @@ -45,6 +45,7 @@ pub enum PopupItem { Bibfile, Entryfile, Notefile, + Citekey, Link, Default, None, |
