-
Notifications
You must be signed in to change notification settings - Fork 794
Closed
Labels
desktopThe issue applies to Windows, Linux or MacOS implementations.The issue applies to Windows, Linux or MacOS implementations.feature-candidateThis issue might result in a feature to be implementedThis issue might result in a feature to be implementedsuggestionNew feature or requestNew feature or request
Description
In summary, use Channel like iOS.
Please use beginSheetModal instead of runModal. (runModal works the same as the way uses osascript you were written.)
guard let keywindow = NSApplication.shared.keyWindow else {
result(nil)
return
}
NSOpenPanel().beginSheetModal(for: keywindow) { response in
}
It appears more beautiful appearance, and to solve the issue.
ricardoboss
Metadata
Metadata
Assignees
Labels
desktopThe issue applies to Windows, Linux or MacOS implementations.The issue applies to Windows, Linux or MacOS implementations.feature-candidateThis issue might result in a feature to be implementedThis issue might result in a feature to be implementedsuggestionNew feature or requestNew feature or request