Use a 200ms delay for location completion like elsewhere
This commit is contained in:
parent
f92ce0b790
commit
c94e12e41c
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
||||||
#include <sqlite3.h>
|
#include <sqlite3.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define COMPLETION_DELAY 150
|
#define COMPLETION_DELAY 200
|
||||||
#define MAX_ITEMS 25
|
#define MAX_ITEMS 25
|
||||||
|
|
||||||
struct _MidoriLocationAction
|
struct _MidoriLocationAction
|
||||||
|
|
Loading…
Reference in a new issue