Set default for new-instance-open-target to tab.
This commit is contained in:
parent
086010d81e
commit
ddf7f202d8
@ -208,7 +208,7 @@ def data(readonly=False):
|
||||
"be used."),
|
||||
|
||||
('new-instance-open-target',
|
||||
SettingValue(typ.NewInstanceOpenTarget(), 'window'),
|
||||
SettingValue(typ.NewInstanceOpenTarget(), 'tab'),
|
||||
"How to open links in an existing instance if a new one is "
|
||||
"launched."),
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user