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