From 4efde33effd41837934a57db20df69a839f15bd8 Mon Sep 17 00:00:00 2001 From: Zalenski Egor <63463140+zalenskiSofteq@users.noreply.github.com> Date: Wed, 19 Apr 2023 10:05:31 +0300 Subject: [PATCH] #RI-4346 - Rename Display on System Tray on mac --- redisinsight/menu.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redisinsight/menu.ts b/redisinsight/menu.ts index 3af3b22c55..ec7f872bf5 100644 --- a/redisinsight/menu.ts +++ b/redisinsight/menu.ts @@ -175,7 +175,7 @@ export default class MenuBuilder { type: 'separator', }, { - label: 'Display On System Tray', + label: 'Show in Menu Bar', type: 'checkbox', checked: getDisplayAppInTrayValue(), click: (menuItem: MenuItem) => {