One interesting codechange from 2.5.1 to 2.6.1
Code:
#2.5.1
[deviceCodeName="dragon"] {
qproperty-visible: false;
}topVerticalSpacer* {
qproperty-visible: false;
}
[deviceCodeName="dragon"] {
qproperty-visible: true;
}* {
font-size: 16px;
font-family: Avenir;
margin-top: 7px;
}
#2.6.1
[deviceCodeName="dragon"] {
qproperty-visible: false;
}topVerticalSpacer* {
font-size: 16px;
font-family: Avenir;
margin-top: 7px;
}
I can't figure out how to properly change it, whatever i try causes the kobo to be stuck in a reload loop after patching. probably some non accepted character in my changes.