field[protocol] gives the right protocol]
This commit is contained in:
parent
30b25da273
commit
94809032a4
@ -182,7 +182,7 @@ class TabWidget(QTabWidget):
|
||||
fields['current_url'] = ''
|
||||
|
||||
try:
|
||||
fields['protocol'] = self.tab_url(idx).url(options = QUrl.RemovePath)
|
||||
fields['protocol'] = self.tab_url(idx).scheme()
|
||||
except qtutils.QtValueError:
|
||||
fields['protocol']= ''
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user