From 78f9769a8b1fa99c754f16b2336052e86e963293 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Popovics=20Andr=C3=A1s?= Date: Thu, 23 Apr 2020 15:09:28 +0200 Subject: [PATCH] [ACA-3175] Remove settings button from the UI (#1427) --- src/assets/plugins/app.header.json | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/src/assets/plugins/app.header.json b/src/assets/plugins/app.header.json index 5ad36ae22..a4536cddf 100644 --- a/src/assets/plugins/app.header.json +++ b/src/assets/plugins/app.header.json @@ -13,11 +13,6 @@ "id": "app.actions.about", "type": "NAVIGATE_URL", "payload": "/about" - }, - { - "id": "app.actions.settings", - "type": "NAVIGATE_URL", - "payload": "/settings" } ], @@ -50,15 +45,6 @@ "icon": "more_vert", "title": "APP.ACTIONS.MORE", "children": [ - { - "id": "app.header.settings", - "title": "APP.SETTINGS.TITLE", - "description": "APP.SETTINGS.TITLE", - "icon": "settings", - "actions": { - "click": "app.actions.settings" - } - }, { "id": "app.header.about", "title": "APP.BROWSE.ABOUT.TITLE",