From 9e5c0bf41c93c4487227984989a5ae7e53ddb6c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ole-Andr=C3=A9=20Rodlie?= Date: Fri, 16 Aug 2024 22:32:52 +0200 Subject: [PATCH] Update main.cpp Don't fail on permission check, only warn. --- src/app/main.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/main.cpp b/src/app/main.cpp index 076f75fe1..6f586ad66 100644 --- a/src/app/main.cpp +++ b/src/app/main.cpp @@ -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:

- %1").arg(perms.first.join("
- "))); - return -1; } eFilterSettings filterSettings;