[hover-select] Change option to gboolean.

This commit is contained in:
Dave Davenport 2021-04-13 11:49:42 +02:00
parent e304dbc883
commit 413eddd825
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@ typedef struct
/** Sidebar mode, show the modi */
unsigned int sidebar_mode;
/** Mouse hover automatically selects */
unsigned int hover_select;
gboolean hover_select;
/** Lazy filter limit. */
unsigned int lazy_filter_limit;
/** Auto select. */