mirror of
https://github.com/finos/SymphonyElectron.git
synced 2024-12-27 17:31:36 -06:00
SDA-4114: Presence - Able to check, uncheck In a meeting presence in system tray
This commit is contained in:
parent
16b7caff39
commit
5f4fd981ec
@ -148,6 +148,12 @@ class PresenceStatus {
|
||||
visible:
|
||||
isMana && presence.statusGroup === EPresenceStatusGroup.MEETING,
|
||||
checked: presence.statusGroup === EPresenceStatusGroup.MEETING,
|
||||
click: () => {
|
||||
this.handlePresenceChange(
|
||||
EPresenceStatusCategory.IN_A_MEETING,
|
||||
EPresenceStatusGroup.MEETING,
|
||||
);
|
||||
},
|
||||
},
|
||||
{
|
||||
label: i18n.t(EPresenceStatusCategory.AVAILABLE, presenceNamespace)(),
|
||||
|
Loading…
Reference in New Issue
Block a user