From b1e08639bebae31873e1916a785d79d29cf5dbd6 Mon Sep 17 00:00:00 2001 From: Vijay Aravamudhan Date: Mon, 13 Sep 2021 11:26:19 +0530 Subject: Better implementation of confirmation while quitting Ferdi (#1919) Remove duplication and reuse method to return typesafe boolean from settings. Better fix for #1879 --- src/lib/Tray.js | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lib/Tray.js') diff --git a/src/lib/Tray.js b/src/lib/Tray.js index f5970f7e7..7360611cd 100644 --- a/src/lib/Tray.js +++ b/src/lib/Tray.js @@ -10,6 +10,7 @@ const INDICATOR_TRAY_PLAIN = 'tray'; const INDICATOR_TRAY_UNREAD = 'tray-unread'; const INDICATOR_TRAY_INDIRECT = 'tray-indirect'; +// TODO: Need to support i18n for a lot of the hard-coded strings in this file export default class TrayIcon { trayIcon = null; -- cgit v1.2.3-54-g00ecf