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

[hover-select] Change option to gboolean.

This commit is contained in:
Dave Davenport 2021-04-13 11:49:42 +02:00 committed by Dave Davenport
parent a03867440c
commit 5e6db871e9

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