fix(buttonsWithNotify): Duplicates in config

Fixes the issue with adding duplicate elements in buttonsWithNotifyClick and participantMenuButtonsWithNotifyClick with custom buttons.
This commit is contained in:
Hristo Terezov
2024-03-08 09:59:02 -06:00
parent d358dd8ec6
commit 26e09acb8a
34 changed files with 190 additions and 210 deletions

View File

@@ -6,7 +6,7 @@ import { sendAnalytics } from '../../../analytics/functions';
import { translate } from '../../../base/i18n/functions';
import { IconRemoteControlStart, IconRemoteControlStop } from '../../../base/icons/svg';
import ContextMenuItem from '../../../base/ui/components/web/ContextMenuItem';
import { NOTIFY_CLICK_MODE } from '../../../toolbox/constants';
import { NOTIFY_CLICK_MODE } from '../../../toolbox/types';
// TODO: Move these enums into the store after further reactification of the
// non-react RemoteVideo component.