Core: Update 'tweet' menu on the menu bar for mastodon sessions

This commit is contained in:
2022-12-21 10:24:44 -06:00
parent 43ae43ce26
commit e4f2793aaf
4 changed files with 10 additions and 3 deletions

View File

@@ -50,6 +50,8 @@ class Handler(object):
filter=None,
manage_filters=None
)
# Name for the "tweet" menu in the menu bar.
self.item_menu = _("&Post")
def create_buffers(self, session, createAccounts=True, controller=None):
session.get_user_info()