From f5adb374cb742e5f319ececda8ab6d8adee88d7e Mon Sep 17 00:00:00 2001 From: Daniel Gasienica Date: Mon, 26 Feb 2018 18:40:54 -0500 Subject: [PATCH] =?UTF-8?q?Remove=20=E2=80=98Restart=20Signal=E2=80=99=20m?= =?UTF-8?q?enu=20from=20settings?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Apparently, this is a remnant from the Chrome web application. --- _locales/en/messages.json | 4 ---- background.html | 1 - js/views/inbox_view.js | 2 -- test/index.html | 1 - 4 files changed, 8 deletions(-) diff --git a/_locales/en/messages.json b/_locales/en/messages.json index 0bc7f1fcf2..60567acf32 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -595,10 +595,6 @@ "message": "New Messages", "description": "Displayed in notifications for multiple messages" }, - "restartSignal": { - "message": "Restart Signal", - "description": "Menu item for restarting the program." - }, "messageNotSent": { "message": "Message not sent.", "description": "Informational label, appears on messages that failed to send" diff --git a/background.html b/background.html index 10233e918a..6f92a1e5a1 100644 --- a/background.html +++ b/background.html @@ -75,7 +75,6 @@ diff --git a/js/views/inbox_view.js b/js/views/inbox_view.js index b45801c140..704474587c 100644 --- a/js/views/inbox_view.js +++ b/js/views/inbox_view.js @@ -165,7 +165,6 @@ selectAContact: i18n('selectAContact'), searchForPeopleOrGroups: i18n('searchForPeopleOrGroups'), settings: i18n('settings'), - restartSignal: i18n('restartSignal'), }, events: { click: 'onClick', @@ -175,7 +174,6 @@ 'click .showSettings': 'showSettings', 'select .gutter .conversation-list-item': 'openConversation', 'input input.search': 'filterContacts', - 'click .restart-signal': window.restart, 'show .lightbox': 'showLightbox', }, startConnectionListener() { diff --git a/test/index.html b/test/index.html index 44b45f0ab1..d58c409517 100644 --- a/test/index.html +++ b/test/index.html @@ -47,7 +47,6 @@