No arg in init_identities_popup_menu()

g1itch/ui-refactoring
Dmitri Bogomolov 3 years ago
parent 54faa2152f
commit 86cbcdd699
Signed by untrusted user: g1itch
GPG Key ID: 720A756F18DEED13

@ -1272,7 +1272,7 @@ class MainWindow(Window):
if event.type() == QtCore.QEvent.LanguageChange:
# FIXME: it's called very often
self.retranslateUi()
self.init_identities_popup_menu(False)
self.init_identities_popup_menu()
self.blackwhitelist.init_blacklist_popup_menu()
if event.type() == QtCore.QEvent.WindowStateChange:
if self.windowState() & QtCore.Qt.WindowMinimized:

Loading…
Cancel
Save