Quote:
Originally Posted by jackie_w
You can use the following code to make patch Remove forgot pin button from lock screen (nickel.yaml) work in fw 4.38.23648:
Code:
Remove forgot pin button from lock screen:
- Enabled: no
- Description: |
Removes the Forgot PIN -> Sign Out button from the lock screen.
If this is enabled and you forget your pin, you will need to
hard reset your Kobo.
- BaseAddress: 0x19ADBB4 # qss/PinCodeInputDialog.qss
#- BaseAddress: 0x19C11ED # qss/ParentalControlPinCodeVerifyView.qss
- ReplaceZlib:
Find: "#lblForgotPin[qApp_deviceIsDragon=true],\n#lblSignOut[qApp_deviceIsDragon=true] {\n font-size: 26px;\n}"
Replace: "#lblForgotPin,#lblSignOut{qproperty-visible:false;}"
Please can you make the necessary change in the post #1 .zip? Thanks.
|
Remove forgot pin button from lock screen has now been replaced and version 2 has been posted. Thanks much!