Disable Find inline while typing by default
Some web pages make heavy use of hotkeys with a single letter.
This commit is contained in:
parent
3b8b96a52d
commit
5e458d2a5a
1 changed files with 1 additions and 1 deletions
|
@ -713,7 +713,7 @@ midori_web_settings_class_init (MidoriWebSettingsClass* class)
|
|||
"find-while-typing",
|
||||
_("Find inline while typing"),
|
||||
_("Whether to automatically find inline while typing"),
|
||||
TRUE,
|
||||
FALSE,
|
||||
flags));
|
||||
|
||||
g_object_class_install_property (gobject_class,
|
||||
|
|
Loading…
Reference in a new issue