Skip to content

Commit

Permalink
Update lib/src/file_picker.dart
Browse files Browse the repository at this point in the history
Co-authored-by: Navaron Bracke <[email protected]>
  • Loading branch information
orestesgaolin and navaronbracke authored Jan 29, 2025
1 parent 1a6b7e2 commit b0ac986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/file_picker.dart
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ abstract class FilePicker extends PlatformInterface {
/// If [lockParentWindow] is set, the child window (file picker window) will
/// stay in front of the Flutter window until it is closed (like a modal
/// window). This parameter works only on Windows desktop.
/// On macOS parent window will be locked and this parameter is ignored.
/// On macOS the parent window will be locked and this parameter is ignored.
///
/// [dialogTitle] can be optionally set on desktop platforms to set the modal window title.
/// Not supported on macOS. It will be ignored on other platforms.
Expand Down

0 comments on commit b0ac986

Please sign in to comment.