Remove wmenu -P flag

This flag causes some issues with wmenu-run. It will be revisited in the
next release.
This commit is contained in:
adnano 2024-05-04 21:41:21 -04:00
parent 81d46e3912
commit c05ab7520b
5 changed files with 5 additions and 30 deletions

2
menu.h
View file

@ -30,8 +30,6 @@ struct menu {
bool bottom;
// The function used to match menu items
int (*strncmp)(const char *, const char *, size_t);
// Whether the input is a password
bool passwd;
// The font used to display the menu
char *font;
// The number of lines to list items vertically