View Single Post
Old 12-24-2018, 08:11 AM   #107
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
Quote:
Originally Posted by gillesit View Post
Is the patch "only reading and my books" missing in this release?
You can still use "Only Reading and My Books" and "Remove Footer and Recommendations".
Spoiler:
Code:
Only Reading and My Books:
  - Enabled: no
  - PatchGroup: Home screen tweaks
  - Description: |
      With this patch Home screen shows the last readings and the library
  - FindZlib: "#row1col2"
  - ReplaceZlib:
      Find:    "[qApp_isFontScaleLarge=true] #row1col2 {\n  qproperty-visible: false;\n}"
      Replace: "#row1col2,#row2col2,#row3{qproperty-visible:false;}"

Remove Footer and Recommendations:
  - Enabled: no
  - PatchGroup: Home screen tweaks
  - Description: |
      This patch removes the recommendations and the footer of home screen.
  - FindZlib: "#row1col2"
  - ReplaceZlib:
      Find:    "[qApp_isFontScaleLarge=true] #row1col2 {\n  qproperty-visible: false;\n}"
      Replace: "#row1col2,#row3{qproperty-visible:false;}"

Good luck.
jcn363 is offline   Reply With Quote