more secure

pull/14/head
dvkt 4 years ago
parent 5a28c87b97
commit dd6e7ee1ae

@ -300,7 +300,7 @@ impl UI {
return Some(format!( return Some(format!(
"{}{}", "{}{}",
termion::cursor::Goto(self.cols() - 3, self.rows()), 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() { } else if page.is_tor() {
let status = color!("TOR", Bold, White, MagentaBG); let status = color!("TOR", Bold, White, MagentaBG);

Loading…
Cancel
Save