Fluxxdog
Active member
OK, I tried set the length to 40 again, this time I got a result. Something's screwy.
Searching... line 169 in MaximizerFrame.java
Line 227:
Now I know why I never saw anything. Since it was originally opt in and I never changed it, my Length was always 0.
Searching... line 169 in MaximizerFrame.java
Code:
if ( Preferences.getInteger( "maximizerMRULength" ) > 0 )
Code:
if ( Preferences.getInteger( "maximizerMRULength") > 0)
Last edited: