private.rc
changeset 668 2050356eb7a8
parent 660 a0da5de778cb
child 670 7f89ef33a8cf
equal deleted inserted replaced
667:145dbf8ca385 668:2050356eb7a8
   224 
   224 
   225     'private.rc [info]: starting main-menu...' infoPrintCR.
   225     'private.rc [info]: starting main-menu...' infoPrintCR.
   226     Text new. "/ to avoid visible messages in minitalk
   226     Text new. "/ to avoid visible messages in minitalk
   227 
   227 
   228     NewLauncher open.
   228     NewLauncher open.
   229     (Smalltalk commandLineArguments includes:'--quick') ifFalse:[
   229     ((Smalltalk commandLineArguments includes:'--quick')
       
   230     or:[(Smalltalk commandLineArguments includes:'--faststart')
       
   231     or:[(Smalltalk commandLineArguments includes:'--fastStart')]])
       
   232     ifFalse:[
   230 	"/
   233 	"/
   231 	"/ disable this if you don't like the other window to come up
   234 	"/ disable this if you don't like the other window to come up
   232 	"/
   235 	"/
   233 	WorkspaceApplication openSystemWorkspace.
   236 	WorkspaceApplication openSystemWorkspace.
   234     ].
   237     ].