Quote:
Originally Posted by GeoffR
You can change the 12 in the last line of the patch (below) to 64 and it should result in a multi-page menu with options from 1 to 64: I think I chose 12 because that was the highest number that would still result in a one-page menu on all devices.
Code:
<Patch>
patch_name = `Custom page refresh options (1,2,3,...,12)`
patch_enable = `no`
# patch_group = `Page refresh alternatives`
#
## Allows the page refresh to be set in the range 1-12 pages,
## instead of just 1-6 pages. This patch doesn't affect the Aura.
#
# Replacement: Maximum value.
replace_int = 6ACF40, 6, 12
</Patch>
|
Can't the 6 be changed another value and the 12 also changed to a higher value?