mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2026-04-17 02:27:33 +02:00
created show user profile dialog
This commit is contained in:
@@ -52,4 +52,11 @@ def no_followers():
|
||||
def no_following():
|
||||
dlg = wx.MessageDialog(None, _("This user is not following anyone. {0} can't create a timeline.").format(application.name), _(u"Error"), wx.ICON_ERROR)
|
||||
dlg.ShowModal()
|
||||
dlg.Destroy()
|
||||
dlg.Destroy()
|
||||
|
||||
dlg.Destroy()
|
||||
|
||||
def no_user():
|
||||
dlg = wx.MessageDialog(None, _("The focused item has no user in it. {} ca't open a user profile").format(application.name), _(u"Error"), wx.ICON_ERROR)
|
||||
dlg.ShowModal()
|
||||
dlg.Destroy()
|
||||
|
||||
Reference in New Issue
Block a user