Radish alpha
r
Radicle terminal user interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
bin: Adjust text view props
Erik Kundt committed 1 year ago
commit b774c3e7aea9e2029161743539ed544d00d66c8b
parent be75c62fafcf888cad1a2bb9f415c3957bd6c41b
1 file changed +0 -1
modified bin/commands/issue/select.rs
@@ -315,7 +315,6 @@ fn help_page(_state: &State, channel: &Channel<Message>) -> Widget<State, Messag
                        .content(help_text())
                        .cursor(state.help.cursor)
                        .show_scroll_progress(true)
-
                        .show_column_progress(true)
                        .to_boxed_any()
                        .into()
                }),