Skip to content
New issue

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

[apple] MacOS AirDrop icon missing or disabled #89

Open
nguyenvulong opened this issue Oct 17, 2024 · 0 comments
Open

[apple] MacOS AirDrop icon missing or disabled #89

nguyenvulong opened this issue Oct 17, 2024 · 0 comments
Labels
documentation Improvements or additions to documentation

Comments

@nguyenvulong
Copy link
Owner

You could not open AirDrop from Finder
You could not add AirDrop from Finder / Settings / Sidebars

Then probably some security software screwed up your Airdrop.

To get it back, open your Terminal and paste the following

defaults write com.apple.NetworkBrowser DisableAirDrop -bool YES
defaults write com.apple.NetworkBrowser DisableAirDrop -bool NO

This will attempt to disable and re-enable AirDrop.
Check again whether you can toggle on AirDrop from the top of your screen.
If it's still not working, restart your MacBook.

Good luck.

@nguyenvulong nguyenvulong added the documentation Improvements or additions to documentation label Oct 17, 2024
@nguyenvulong nguyenvulong changed the title [appple] MacOS AirDrop icon missing or disabled [apple] MacOS AirDrop icon missing or disabled Oct 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant