add new review options
This commit is contained in:
parent
c39396b181
commit
e4b0327aca
@ -116,6 +116,10 @@ scriptPath=/usr/share/fenrir/scripts
|
||||
cursor=True
|
||||
highlight=False
|
||||
|
||||
[review]
|
||||
newLine=True
|
||||
endOfScreen=True
|
||||
|
||||
[promote]
|
||||
enabled=True
|
||||
inactiveTimeoutSec=120
|
||||
|
@ -118,6 +118,10 @@ cursor=True
|
||||
#follow highlighted text changes
|
||||
highlight=False
|
||||
|
||||
[review]
|
||||
newLine=True
|
||||
endOfScreen=True
|
||||
|
||||
[promote]
|
||||
enabled=True
|
||||
inactiveTimeoutSec=120
|
||||
|
@ -118,6 +118,10 @@ cursor=True
|
||||
#follow highlighted text changes
|
||||
highlight=False
|
||||
|
||||
[review]
|
||||
newLine=True
|
||||
endOfScreen=True
|
||||
|
||||
[promote]
|
||||
enabled=True
|
||||
inactiveTimeoutSec=120
|
||||
|
@ -68,6 +68,10 @@ cursor=True
|
||||
#follow highlighted text changes
|
||||
highlight=False
|
||||
|
||||
[review]
|
||||
newLine=True
|
||||
endOfScreen=True
|
||||
|
||||
[promote]
|
||||
enabled=True
|
||||
inactiveTimeoutSec=120
|
||||
|
@ -59,6 +59,10 @@ settings = {
|
||||
'cursor': True,
|
||||
'highlight': False,
|
||||
},
|
||||
'review':{
|
||||
'newLine': True,
|
||||
'endOfScreen': True,
|
||||
},
|
||||
'promote':{
|
||||
'enabled': True,
|
||||
'inactiveTimeoutSec': 120,
|
||||
|
Loading…
Reference in New Issue
Block a user