We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58481af commit 5afdc05Copy full SHA for 5afdc05
src/bitmessageqt/__init__.py
@@ -1640,6 +1640,7 @@ def changeEvent(self, event):
1640
if event.type() == QtCore.QEvent.LanguageChange:
1641
self.ui.retranslateUi(self)
1642
self.init_inbox_popup_menu(False)
1643
+ self.init_identities_popup_menu(False)
1644
self.init_chan_popup_menu(False)
1645
self.init_addressbook_popup_menu(False)
1646
self.init_subscriptions_popup_menu(False)
0 commit comments