mirror of
https://github.com/jasons-gh/the-chomsky-index.git
synced 2026-03-11 08:54:36 +00:00
Make search results open in new tab, not window
This commit is contained in:
parent
690e740fba
commit
4a7fffcd37
1 changed files with 1 additions and 1 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Reference in a new issue