comrad update!

master
marxzuckerburg 4 years ago
parent b3eb3d52de
commit a6cf642f38

@ -150,7 +150,8 @@ class PostCard(MDCard):
self.author_label.font_name='assets/overpass-mono-semibold.otf'
if self.recipient:
recip=self.recipient
recip=author_prefix+recip #(recip if recip and recip[0].isalpha() else recip[1:])
recip='@'+recip if not recip.startswith('@') else recip #(recip if recip and recip[0].isalpha() else recip[1:])
# recip=author_prefix+recip #(recip if recip and recip[0].isalpha() else recip[1:])
self.author_label.text+=f'\n[size={recip_label_font_size}]to '+recip+'[/size]'
self.author_label.markup=True
self.author_label.font_size = author_label_font_size

@ -236,7 +236,7 @@ class MapWidget(MDDialog2):
def open(self,maxwait=666,pulse=0.1):
self.draw()
if not self.intro_label:
self.intro_label = self.makelabel('Routing you through the global maze of Tor ...')
self.intro_label = self.makelabel('Comrad @Tor: Routing you through the global maze of the deep web ...')
self.label_layout.add_widget(self.intro_label)
super().open()
self.opened=True

@ -280,7 +280,7 @@ class TheOperator(Operator):
'pubkey':pubkey_b,
'secret_login':shared_secret,
'name':name,
'status':f'Name @{name} was successfully registered.\nIt has been permanently linked to the following public key:\n{uri_id.decode()}',
'status':f'Comrad @{name} was successfully registered. That name has been permanently linked to this public key:\n{uri_id.decode()}',
'res_posts':self.get_posts(msg_obj)
}
# res_safe = {

Loading…
Cancel
Save