1
0

qml: styling CloseChannelDialog, InvoiceDialog

This commit is contained in:
Sander van Grieken
2023-02-14 12:32:33 +01:00
parent 995754e523
commit 2b0e624876
3 changed files with 11 additions and 11 deletions

View File

@@ -154,7 +154,7 @@ class QEChannelDetails(QObject, QtEventListener):
@pyqtProperty(str, notify=channelChanged)
def message_force_close(self, notify=channelChanged):
return _(messages.MSG_REQUEST_FORCE_CLOSE)
return _(messages.MSG_REQUEST_FORCE_CLOSE).strip()
@pyqtProperty(bool, notify=channelChanged)
def isBackup(self):