mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-03 04:23:42 -05:00
tiny fix
This commit is contained in:
parent
bceb2482ad
commit
fafee89cb0
1 changed files with 1 additions and 0 deletions
|
@ -747,6 +747,7 @@ int menu(char **lines, char **input, char *prompt, int selected, Time *time)
|
|||
// If each token was matched, add it to list.
|
||||
if(match)
|
||||
{
|
||||
if(config_i3_mode && strstr(lines[i], "i3bar") != NULL) continue;
|
||||
line_map[j] = i;
|
||||
filtered[j++] = lines[i];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue