Marcel Taeumel uploaded a new version of System to project The Trunk:
http://source.squeak.org/trunk/System-mt.1231.mcz
==================== Summary ====================
Name: System-mt.1231
Author: mt
Time: 29 April 2021, 11:03:42.969891 am
UUID: af06a9e1-6280-0649-820c-f6c89ef25640
Ancestors: System-mt.1230
Removes autogenerated pref accessors, which are now under "*autogenerated - ...".
=============== Diff against System-mt.1230 ===============
Item was removed:
- ----- Method: Preferences class>>alwaysShowConnectionVocabulary (in category 'standard queries') -----
- alwaysShowConnectionVocabulary
- ^ self
- valueOfFlag: #alwaysShowConnectionVocabulary
- ifAbsent: [false]!
Item was removed:
- ----- Method: Preferences class>>useSmartLabels (in category 'standard queries') -----
- useSmartLabels
- ^ self
- valueOfFlag: #useSmartLabels
- ifAbsent: [false]!