Skip to content

Commit

Permalink
some comments
Browse files Browse the repository at this point in the history
  • Loading branch information
extrawurst committed Sep 18, 2024
1 parent 4bb9fc8 commit 7a51dbe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/popups/create_remote.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,10 @@ use crate::{

#[derive(Default)]
enum State {
// first we ask for a name for a new remote
#[default]
Name,
// second we ask for a url and carry with us the name previously entered
Url {
name: String,
},
Expand Down

0 comments on commit 7a51dbe

Please sign in to comment.