diff options
| author | Alexander Lohnau <[email protected]> | 2021-06-30 15:38:53 +0200 |
|---|---|---|
| committer | Alexander Lohnau <[email protected]> | 2021-06-30 15:38:53 +0200 |
| commit | cc962cae49ddac89a92ec8a3364c31dd6af0fcf2 (patch) | |
| tree | bb6e7322cb2fe2b34233704c03dafc01abafe7ef /src | |
| parent | 152a7b4fcbc06ab536083abe0a7f63c1722960fb (diff) | |
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.
Diffstat (limited to 'src')
| -rw-r--r-- | src/dolphinpart.cpp | 3 |
1 files changed, 0 insertions, 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); |
