Quote:
Originally Posted by mxbndr
Anyone have any ideas? Could I, for instance, add something to nickel.yaml that looks something like the following?
Code:
Remove My Books (row2) on home screen:
- Enabled: yes
- PatchGroup: Home screen visibility tweaks
- FindZlib: "#row1col2"
- ReplaceZlib:
Find: "#row1col2 {\n qproperty-visible: false;\n}"
Replace: "#row1col2 {\n qproperty-visible: false;\n}\n#row2 {\n qproperty-visible: false;\n}"
|
I don't see any reason why that shouldn't work. Why not just try it and see.
One thing I would add is that if you wanted to remove both #row2 and #row3 then I wouldn't use 2 separate patches. I'd customise your personal patch above to remove both #row2 and #row3 in one hit.