Merge branch 'enable-popovers-by-default' into 'master'
config: keyboard.popovers = true See merge request cherrypicker/unl0kr!14
This commit is contained in:
commit
0ca799d47d
1 changed files with 1 additions and 1 deletions
2
config.c
2
config.c
|
|
@ -80,7 +80,7 @@ static void init_opts(ul_config_opts *opts) {
|
|||
opts->general.timeout = 0;
|
||||
opts->keyboard.autohide = true;
|
||||
opts->keyboard.layout_id = SQ2LV_LAYOUT_US;
|
||||
opts->keyboard.popovers = false;
|
||||
opts->keyboard.popovers = true;
|
||||
opts->textarea.obscured = true;
|
||||
opts->textarea.bullet = LV_SYMBOL_BULLET;
|
||||
opts->theme.default_id = UL_THEMES_THEME_BREEZY_DARK;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue