qt status: display "loading wallet" temporarily
this will likely only be visible for large wallets; it gets overwritten by update_status()
This commit is contained in:
@@ -1962,7 +1962,7 @@ class ElectrumWindow(QMainWindow, MessageBoxMixin, PrintError):
|
|||||||
sb.setFixedHeight(35)
|
sb.setFixedHeight(35)
|
||||||
qtVersion = qVersion()
|
qtVersion = qVersion()
|
||||||
|
|
||||||
self.balance_label = QLabel("")
|
self.balance_label = QLabel("Loading wallet...")
|
||||||
self.balance_label.setTextInteractionFlags(Qt.TextSelectableByMouse)
|
self.balance_label.setTextInteractionFlags(Qt.TextSelectableByMouse)
|
||||||
self.balance_label.setStyleSheet("""QLabel { padding: 0 }""")
|
self.balance_label.setStyleSheet("""QLabel { padding: 0 }""")
|
||||||
sb.addWidget(self.balance_label)
|
sb.addWidget(self.balance_label)
|
||||||
|
|||||||
Reference in New Issue
Block a user