pharo-project / pharo-launcher

Lets you manage your pharo images and download new ones
https://pharo-project.github.io/pharo-launcher/
MIT License
108 stars 46 forks source link

Use "Show" when no image is downloaded yet gives error #570

Closed astares closed 2 years ago

astares commented 2 years ago

image

image

astares commented 2 years ago

It would be good if we could guard this case in the method #execute in PhLShowImageInFolderCommand like

execute
    self imagesPresenter hasSingleImageSelected ifFalse: [ ^self ].
    self imagesPresenter singleImage showNativeFolder

image