Skip to content

Commit

Permalink
more secure
Browse files Browse the repository at this point in the history
  • Loading branch information
xvxx committed Jan 11, 2020
1 parent 5a28c87 commit dd6e7ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui.rs
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ impl UI {
return Some(format!(
"{}{}",
termion::cursor::Goto(self.cols() - 3, self.rows()),
if self.config.emoji { "🔒" } else { &status },
if self.config.emoji { "🔐" } else { &status },
));
} else if page.is_tor() {
let status = color!("TOR", Bold, White, MagentaBG);
Expand Down

0 comments on commit dd6e7ee

Please sign in to comment.