View Single Post
Old 12-17-2018, 05:39 AM   #52
jcn363
absolute beginner
jcn363 ought to be getting tired of karma fortunes by now.jcn363 ought to be getting tired of karma fortunes by now.jcn363 ought to be getting tired of karma fortunes by now.jcn363 ought to be getting tired of karma fortunes by now.jcn363 ought to be getting tired of karma fortunes by now.jcn363 ought to be getting tired of karma fortunes by now.jcn363 ought to be getting tired of karma fortunes by now.jcn363 ought to be getting tired of karma fortunes by now.jcn363 ought to be getting tired of karma fortunes by now.jcn363 ought to be getting tired of karma fortunes by now.jcn363 ought to be getting tired of karma fortunes by now.
 
jcn363's Avatar
 
Posts: 323
Karma: 1750999
Join Date: May 2017
Location: Go with the wind (43°19'17.7"N 2°00'19.4"W)
Device: ka1
Yes, I think all these patches
Code:
    Remove footer (row3) and increase cover size on new home screen
    Remove footer (row3) on new home screen
    New home screen increasing cover size
    Only Reading and My Books
    Remove Footer and Recommendations
apply to the same string:
Code:
  - FindZlib: "#row1col2"
  - ReplaceZlib:
      Find:    "[qApp_isFontScaleLarge=true] #row1col2 {\n  qproperty-visible: false;\n}"
      Replace: "all_that_you_do_not_want_appear {qproperty-visible:false;}"
and therefore, must be into the same patch-group:
Code:
   - PatchGroup: Home screen tweaks
Good luck.
jcn363 is offline   Reply With Quote