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:
parent
c9701b2a91
commit
c1cd4540a4
1 changed files with 1 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue