Skip to content

Commit

Permalink
Remove deprecated prop
Browse files Browse the repository at this point in the history
  • Loading branch information
orestesgaolin committed Jan 29, 2025
1 parent 5a874c3 commit ec43673
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions macos/Classes/FilePickerPlugin.swift
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ public class FilePickerPlugin: NSObject, FlutterPlugin {
let dialog = NSOpenPanel()
let args = call.arguments as! [String: Any]

dialog.showsResizeIndicator = true
dialog.directoryURL = URL(
fileURLWithPath: args["initialDirectory"] as? String ?? ""
)
Expand Down Expand Up @@ -77,7 +76,6 @@ public class FilePickerPlugin: NSObject, FlutterPlugin {
let dialog = NSOpenPanel()
let args = call.arguments as! [String: Any]

dialog.showsResizeIndicator = true
dialog.directoryURL = URL(
fileURLWithPath: args["initialDirectory"] as? String ?? ""
)
Expand Down

0 comments on commit ec43673

Please sign in to comment.