Radish alpha
r
Radicle terminal user interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
issue/list: Fix wrong section pre-selection
Erik Kundt committed 4 months ago
commit c06a8c2b940dbed9063eee1d046ae30fe51f1ecb
parent e6c95f0578d4aab94a4630f5614d1df44d80a13a
1 file changed +1 -1
modified bin/commands/issue/list.rs
@@ -333,7 +333,7 @@ impl TryFrom<(&Context, &TerminalInfo)> for App {
        let section = if context.comment.is_some() {
            state::Section::Issue
        } else {
-
            state::Section::Comment
+
            state::Section::Browser
        };

        Ok(Self {