Skip to content

Commit

Permalink
Update main.cpp
Browse files Browse the repository at this point in the history
Don't fail on permission check, only warn.
  • Loading branch information
rodlie committed Aug 16, 2024
1 parent 44ece72 commit 9e5c0bf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,6 @@ int main(int argc, char *argv[])
QMessageBox::warning(nullptr,
QObject::tr("Permission issue"),
QObject::tr("Friction needs read/write access to:<br><br>- %1").arg(perms.first.join("<br>- ")));
return -1;
}

eFilterSettings filterSettings;
Expand Down

0 comments on commit 9e5c0bf

Please sign in to comment.