Fix new-instance-open-target.window valid_values
This commit is contained in:
parent
61c031ff23
commit
153b9db8c2
@ -230,10 +230,10 @@ def data(readonly=False):
|
||||
('new-instance-open-target.window',
|
||||
SettingValue(typ.String(
|
||||
valid_values=typ.ValidValues(
|
||||
('last-opened', "Open new tabs in the last"
|
||||
"opened window."),
|
||||
('last-focused', "Open new tabs in the most"
|
||||
"recently focused window.")
|
||||
('last-opened', "Open new tabs in the last opened "
|
||||
"window."),
|
||||
('last-focused', "Open new tabs in the most recently "
|
||||
"focused window.")
|
||||
)), 'last-focused'),
|
||||
"Which window to choose when opening links as new tabs."),
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user