UI - Add UI options tab and setting to disable opening diff in a new tab (#3071)

This commit is contained in:
Oleksandr Perepadia
2025-04-09 15:56:23 +03:00
committed by GitHub
parent 456c6e3f58
commit 1378b5b2ff
5 changed files with 99 additions and 3 deletions

View File

@@ -60,6 +60,9 @@ class model(dict):
'webdriver_delay': None , # Extra delay in seconds before extracting text
'tags': {}, #@todo use Tag.model initialisers
'timezone': None, # Default IANA timezone name
'ui': {
'open_diff_in_new_tab': True,
},
}
}
}