mirror of
https://github.com/davatorium/rofi.git
synced 2025-04-21 17:52:51 -04:00
[Combi] Disable completer.
This commit is contained in:
parent
c255172702
commit
d18a887f03
1 changed files with 2 additions and 0 deletions
|
@ -172,6 +172,8 @@ static ModeMode combi_mode_result ( Mode *sw, int mretv, char **input, unsigned
|
|||
}
|
||||
return MODE_EXIT;
|
||||
}
|
||||
} else if ( ( mretv& MENU_COMPLETE) ) {
|
||||
return RELOAD_DIALOG;
|
||||
}
|
||||
|
||||
for ( unsigned i = 0; i < pd->num_switchers; i++ ) {
|
||||
|
|
Loading…
Add table
Reference in a new issue