We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is is possible to skip the Download dialog and directly download files to a default location?
The text was updated successfully, but these errors were encountered:
anything's possible, I guess!
there's an NSSavePanel that's created by this function in modules/MacPin/_macos/WebViewDelegatesOSX.swift:
modules/MacPin/_macos/WebViewDelegatesOSX.swift
extension WebViewControllerOSX { // _WKDownloadDelegate override func _download(_ download: _WKDownload!, decideDestinationWithSuggestedFilename filename: String!, allowOverwrite: UnsafeMutablePointer<ObjCBool>) -> String! {
Perhaps that modal could be skipped if NSUserDefaults has some kind of special key saved for a download location.
TBH I'm not inclined to add that shortcut as I don't really use MacPin as a daily driver that much and rarely download files with it.
Sorry, something went wrong.
No branches or pull requests
Is is possible to skip the Download dialog and directly download files to a default location?
The text was updated successfully, but these errors were encountered: