mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
Merge branch 'master' of github.com:spesmilo/electrum
This commit is contained in:
commit
1c98b28e45
1 changed files with 1 additions and 1 deletions
|
@ -2198,7 +2198,7 @@ class ElectrumWindow(QMainWindow):
|
|||
if p not in pp.keys() and interface.is_connected:
|
||||
server_protocol.model().setData(j, QtCore.QVariant(0), QtCore.Qt.UserRole-1)
|
||||
else:
|
||||
server_protocol.model().setData(j, QtCore.QVariant(0,False), QtCore.Qt.UserRole-1)
|
||||
server_protocol.model().setData(j, QtCore.QVariant(33), QtCore.Qt.UserRole-1)
|
||||
|
||||
|
||||
if server:
|
||||
|
|
Loading…
Add table
Reference in a new issue