1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2024-11-18 13:54:36 -05:00

[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

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. */