As in the previous version, this package contains device specific batch files. For instance, if you patch for H2O, use 3.19.5761_aurahd_h2o.bat.
To remove italic style from the titles in the library view, set the flag "romantitles" in the device specific batch file:
Spoiler:
Example: 3.19.5761_touch_mini.bat
Code:
SET projectname=3.19.5761
SET packfiles=true
SET flags=romantitles
SET targetpostfix=touch_mini
CALL KBP.bat
Example: 3.19.5761_aurahd_h2o.bat
Code:
SET projectname=3.19.5761
SET packfiles=true
SET flags=aurahd+h2o+romantitles
SET targetpostfix=aurahd_h2o
CALL KBP.bat