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

Don't feel sorry about the MacOs Sandbox #4018

Merged
merged 1 commit into from
Jun 20, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 5 additions & 8 deletions src/util/sandbox.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -113,16 +113,13 @@ bool Sandbox::askForAccess(mixxx::FileInfo* pFileInfo) {
QMessageBox::information(nullptr,
title,
QObject::tr(
"Due to Mac Sandboxing, we need your permission to access "
"this file:"
"Your permission is required to access "
"the following location:"
"\n\n%1\n\n"
"After clicking OK, you will see a file picker. "
"To give Mixxx permission, you must select '%2' to "
"proceed. "
"If you do not want to grant Mixxx access click Cancel on "
"the file picker. "
"We're sorry for this inconvenience.\n\n"
"To abort this action, press Cancel on the file dialog.")
"Please select '%2' to proceed or click Cancel if "
"you don't want to grant Mixxx access and abort "
"this action.")
.arg(location, fileName));

mixxx::FileInfo resultInfo;
Expand Down