mirror of
https://github.com/davatorium/rofi.git
synced 2025-01-27 15:25:24 -05: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…
Add table
Reference in a new issue