Quote:
Originally Posted by chrisridd
I'm not too worried about how the patches behave. Which method does Kobo use in recent firmware releases on certain recent devices?
|
I'm tempted to say both. The dark mode from the ereader Settings menu inverts text when reading but leaves images uninverted. The invert screen which requires a reboot to work inverts everything—text, menus, images.
I use NickelMenu to handle either with the following (change main to whatever other places you want to see this option):
Code:
#
menu_item : main : Dark Mode : nickel_setting : toggle : dark_mode
menu_item :main : Invert & Reboot : nickel_setting :toggle: invert
chain_success : power : reboot
#