tim Rowledge uploaded a new version of PreferenceBrowser to project The Trunk:
http://source.squeak.org/trunk/PreferenceBrowser-tpr.81.mcz==================== Summary ====================
Name: PreferenceBrowser-tpr.81
Author: tpr
Time: 6 November 2017, 3:05:26.99732 pm
UUID: 5fa48827-2a97-4871-9f65-d7dfc0f634bf
Ancestors: PreferenceBrowser-eem.80
Moved the performance test to SystemNavigation
=============== Diff against PreferenceBrowser-eem.80 ===============
Item was changed:
----- Method: PreferenceWizardMorph>>hasLowPerformance (in category 'testing') -----
hasLowPerformance
"If the wizard is started on a machine with low performance, the wizard will change some settings automatically on startup."
+ ^ Smalltalk isLowerPerformance!
- ^ (Smalltalk platformSubtype beginsWith: 'arm') "Raspberry PI"
- or: [Smalltalk platformName = 'Web'] "SqueakJS"!