We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66fe5f2 commit 8294cfaCopy full SHA for 8294cfa
src/PharoLauncher-Core/PhLTemplateSourcesUpdateChecker.class.st
@@ -20,9 +20,8 @@ Class {
20
#tag : 'Model'
21
}
22
23
-{ #category : 'initialization' }
+{ #category : 'class initialization' }
24
PhLTemplateSourcesUpdateChecker class >> initialize [
25
- super initialize.
26
PhLStartupManager addToLauncherStartUpList: self
27
]
28
@@ -41,7 +40,7 @@ PhLTemplateSourcesUpdateChecker class >> run [
41
40
self shouldRun ifFalse: [ ^ self ].
42
43
"need to manage it for command-line. Not available for now"
44
- Smalltalk isInteractive ifFalse: [ ^ self ].
+ Smalltalk isInteractiveGraphic ifFalse: [ ^ self ].
45
46
self uniqueInstance run
47
0 commit comments