Skip to content

Commit

Permalink
add missing extension method
Browse files Browse the repository at this point in the history
  • Loading branch information
demarey committed Jun 14, 2024
1 parent d17199f commit d6e2c80
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/Interactions-Widgets/StFileSystemPresenter.extension.st
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,11 @@ StFileSystemPresenter >> doInteraction [

^ self open
]

{ #category : '*Interactions-Widgets' }
StFileSystemPresenter class >> for: aFileRequest [

^ self new
title: aFileRequest title;
yourself
]

0 comments on commit d6e2c80

Please sign in to comment.