File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 66import sys
77import time
88
9- from qtpy import QtCore
10-
119import account
1210import defaults
1311import network .stats
@@ -117,9 +115,11 @@ def createSupportMessage(myapp):
117115 return
118116
119117 myapp .ui .lineEditSubject .setText (SUPPORT_SUBJECT )
120- addrIndex = myapp .ui .comboBoxSendFrom .findData (
121- address , QtCore .Qt .UserRole ,
122- QtCore .Qt .MatchFixedString | QtCore .Qt .MatchCaseSensitive )
118+ # addrIndex = myapp.ui.comboBoxSendFrom.findData(
119+ # address, QtCore.Qt.UserRole,
120+ # QtCore.Qt.MatchFixedString | QtCore.Qt.MatchCaseSensitive
121+ # )
122+ addrIndex = myapp .ui .comboBoxSendFrom .findData (address )
123123 if addrIndex == - 1 : # something is very wrong
124124 return
125125 myapp .ui .comboBoxSendFrom .setCurrentIndex (addrIndex )
You can’t perform that action at this time.
0 commit comments