Make search results open in new tab, not window

This commit is contained in:
Jason Lobo 2020-10-22 21:19:41 +01:00
parent 690e740fba
commit 4a7fffcd37

View file

@ -339,7 +339,7 @@ class Ui_MainWindow(object):
def open_button(self, id):
webbrowser.open(results_sorted[id][3], new=1)
webbrowser.open(results_sorted[id][3])
def retranslateUi(self, MainWindow):