From cc962cae49ddac89a92ec8a3364c31dd6af0fcf2 Mon Sep 17 00:00:00 2001 From: Alexander Lohnau Date: Wed, 30 Jun 2021 15:38:53 +0200 Subject: [PATCH] Remove go action for settings kio slave The settings kio slave is about to be removed, see https://invent.kde.org/network/kio-extras/-/merge_requests/107. --- src/dolphinpart.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/dolphinpart.cpp b/src/dolphinpart.cpp index cc2526353..e2e5393da 100644 --- a/src/dolphinpart.cpp +++ b/src/dolphinpart.cpp @@ -201,9 +201,6 @@ void DolphinPart::createActions() createGoAction("go_network_folders", "folder-remote", i18nc("@action:inmenu Go", "&Network Folders"), QStringLiteral("remote:/"), goActionGroup); - createGoAction("go_settings", "preferences-system", - i18nc("@action:inmenu Go", "Sett&ings"), QStringLiteral("settings:/"), - goActionGroup); createGoAction("go_trash", "user-trash", i18nc("@action:inmenu Go", "Trash"), QStringLiteral("trash:/"), goActionGroup);