I configured NickelMenu to add an option to take screenshot when I am using the beta browser. Somehow, this is not working. The same configuration works when it is in other modes (like reading, main menu...). Anyone else experiencing this problem?
Here is the relevant portion of the code I am using
Code:
menu_item : browser : Invert & Reboot : nickel_setting : toggle: invert
chain_success : power : reboot
menu_item : browser : Free Memory : cmd_output : 500: free -m
menu_item : browser : Screenshots : nickel_setting : toggle : screenshots
# ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- #
What's wrong with the code?