kopia lustrzana https://github.com/dgtlmoon/changedetection.io
UI - Tweak UI option text description for 'Open history page in new tab' setting
rodzic
c0e229201b
commit
8f1a6feb90
|
@ -738,7 +738,7 @@ class globalSettingsRequestForm(Form):
|
|||
return False
|
||||
|
||||
class globalSettingsApplicationUIForm(Form):
|
||||
open_diff_in_new_tab = BooleanField('Open diff page in a new tab', default=True, validators=[validators.Optional()])
|
||||
open_diff_in_new_tab = BooleanField("Open 'History' page in a new tab", default=True, validators=[validators.Optional()])
|
||||
socket_io_enabled = BooleanField('Realtime UI Updates Enabled', default=True, validators=[validators.Optional()])
|
||||
|
||||
# datastore.data['settings']['application']..
|
||||
|
|
Ładowanie…
Reference in New Issue