diff --git a/.github/scripts/postLoad.st b/.github/scripts/postLoad.st index 39a5282..a91e1f1 100644 --- a/.github/scripts/postLoad.st +++ b/.github/scripts/postLoad.st @@ -1,3 +1,4 @@ PharoLightTheme beCurrent. Smalltalk at: #OPUmlClassEditorPlugin ifPresent: [ :plugin | plugin withAllSubclasses flatCollectAsSet: #defaultProfiles ]. +Smalltalk at: #StWelcomeBrowser ifPresent: [:browser | browser allInstances do: [ :each | each withWindowDo: #close ] ]. PolymorphSystemSettings setDesktopLogoWith: OPCoreIcons logo asMorph. diff --git a/.github/scripts/preLoad.st b/.github/scripts/preLoad.st index f8e1d41..cfd5ccb 100644 --- a/.github/scripts/preLoad.st +++ b/.github/scripts/preLoad.st @@ -1 +1 @@ -Iceberg remoteTypeSelector: #httpsUrl +Iceberg remoteTypeSelector: #httpsUrl.