1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2025-03-10 17:06:37 -04:00

[View] User-timeout: reset timeout on action

This commit is contained in:
Dave Davenport 2021-06-30 13:37:55 +02:00
parent c9701b2a91
commit c1cd4540a4

View file

@ -1513,6 +1513,7 @@ static void rofi_view_trigger_global_action ( KeyBindingAction action )
gboolean rofi_view_trigger_action ( RofiViewState *state, BindingsScope scope, guint action )
{
rofi_view_set_user_timeout ( NULL );
switch ( scope )
{
case SCOPE_GLOBAL: