Commit 7eb15d31 authored by David Fuhrmann's avatar David Fuhrmann

macosx: correctly dis/enable cover art menu item

(cherry picked from commit 319610b3107723376ecb41d6c7562059590b81a7)
Signed-off-by: default avatarDavid Fuhrmann <dfuhrmann@videolan.org>
parent bd1e9a56
......@@ -1325,6 +1325,7 @@
[o_mi_recursive_expand setEnabled: b_item_sel];
[o_mi_sort_name setEnabled: b_item_sel];
[o_mi_sort_author setEnabled: b_item_sel];
[o_mi_dl_cover_art setEnabled: b_item_sel];
return o_ctx_menu;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment