Skip to content

Commit

Permalink
Do not load in P6 anymore (too complicated to maintain...)
Browse files Browse the repository at this point in the history
  • Loading branch information
jecisc committed Apr 8, 2023
1 parent 6e2f6b7 commit 49fe9ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pharoSettings.st
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ StartupPreferencesLoader default executeAtomicItems: {
StartupAction
name: 'Load Settings'
code: [
SystemVersion current major > 5 ifTrue: [
SystemVersion current major > 6 ifTrue: [
Metacello new
filetreeDirectory: (StartupPreferencesLoader preferencesGeneralFolder / 'settings') fullName;
baseline: 'PharoSettings';
Expand Down

0 comments on commit 49fe9ad

Please sign in to comment.