mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-04 21:05:11 +00:00
fix #4777 again...
This commit is contained in:
parent
7bf6786bf5
commit
0fafd8c0a7
1 changed files with 1 additions and 0 deletions
|
@ -2241,6 +2241,7 @@ class ElectrumWindow(QMainWindow, MessageBoxMixin, Logger):
|
|||
mpk_text.addCopyButton(self.app)
|
||||
def show_mpk(index):
|
||||
mpk_text.setText(mpk_list[index])
|
||||
mpk_text.repaint() # macOS hack for #4777
|
||||
# only show the combobox in case multiple accounts are available
|
||||
if len(mpk_list) > 1:
|
||||
def label(key):
|
||||
|
|
Loading…
Add table
Reference in a new issue