Added comment to possibly explain why rofi -e is exiting early
When double clicking
This commit is contained in:
@@ -99,7 +99,7 @@ impl fmt::Display for DbCard {
|
||||
Some(l) => writeln!(f, "Starting Loyalty: {}", l)?,
|
||||
None => (),
|
||||
}
|
||||
writeln!(f, "{}", self.scryfall_uri)?;
|
||||
writeln!(f, "Scryfall URI: {}", self.scryfall_uri)?;
|
||||
Ok(())
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user