mirror of
https://github.com/lbonn/rofi
synced 2024-11-15 16:38:00 +00:00
Fix dmenu mode.
This commit is contained in:
parent
d11c61cef1
commit
a811011a1d
1 changed files with 1 additions and 1 deletions
|
@ -217,7 +217,7 @@ int dmenu_switcher_dialog ( char **input )
|
|||
}
|
||||
|
||||
int only_selected = FALSE;
|
||||
if ( find_arg ( "-only-match" ) >= 0 || find_arg ( "-no-custom" ) ) {
|
||||
if ( find_arg ( "-only-match" ) >= 0 || find_arg ( "-no-custom" ) >= 0 ) {
|
||||
only_selected = TRUE;
|
||||
if ( length == 0 ) {
|
||||
return TRUE;
|
||||
|
|
Loading…
Reference in a new issue