master
marxzuckerburg 4 years ago
parent 44972a9417
commit 2f8cda1288

@ -308,7 +308,7 @@ class ProfileScreen(ProtectedScreen):
# desc from us
self.log('do I know where ')
self.log(f'do I know where {self.app.username} lives?')
if not self.app.comrad.exists_locally(self.app.username):
author_desc=f'Comrad @{self.app.username} is not a contact of yours.'
self.author_desc = AuthorDesc(text=author_desc)

@ -143,7 +143,9 @@ case "${unameOut}" in
MINGW*) machine=MinGw;;
*) machine="UNKNOWN:${unameOut}"
esac
#echo ${machine}
# echo ${machine}
echo "Machine $machine detected."
if [ "$machine" = "Linux" ]
then

Loading…
Cancel
Save