Quote:
Originally Posted by BenChen
I had a custom nickel.yaml patch that resized the info panel (the one that appears when the device goes into standby). But the 4.18.13737 update appears to have removed all the CSS lines that the patch used.
Did Kobo do something to hide the CSS? Or did it get moved?
<snip>
Note that I was only using the Dragon lines with my GloHD.
Can anyone help? Thanks in advance!
|
I think the only thing stopping your custom patch working in 4.18.13737 is the first Find/Replace, i.e. the line beginning:
Code:
- {Find: "#batteryStatus[localeName=\"ja\"]
Kobo have added an extra Chinese locale (zh-HK) so this line is no longer correct. However, based on what you are actually changing in this patch I don't think you need this line at all, so just delete it. It's only there to free up some space if the patch needs extra code to be added. The changes you've posted don't need any extra.
In case you're interested ...
If you only need the Dragon settings I think your custom patch could be much simplified to the following and should work for all these models: AuraHD, H2O, H2Ov2, GloHD, ClaraHD.