┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/admin/workerintegration.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/admin/workerintegration.cpp')
-rw-r--r--src/admin/workerintegration.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/admin/workerintegration.cpp b/src/admin/workerintegration.cpp
index b769e8a7c..c0cc5ac83 100644
--- a/src/admin/workerintegration.cpp
+++ b/src/admin/workerintegration.cpp
@@ -167,6 +167,7 @@ void WorkerIntegration::toggleActAsAdmin()
risksAccepted = warningDialog.exec() == KMessageDialog::PrimaryAction;
if (!risksAccepted) {
+ url.setScheme(QStringLiteral("file"));
updateActAsAdminAction(); // Uncheck the action
return;
}