You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"renderer.components.settingsPage.showUnreadBadge": "Show red badge on {taskbar} icon to indicate unread messages",
294
294
"renderer.components.settingsPage.showUnreadBadge.description": "Regardless of this setting, mentions are always indicated with a red badge and item count on the {taskbar} icon.",
295
+
"renderer.components.settingsPage.showUnreadBadge.description.dock": "Regardless of this setting, mentions are always indicated with a red badge and item count on the Dock icon.",
296
+
"renderer.components.settingsPage.showUnreadBadge.description.taskbar": "Regardless of this setting, mentions are always indicated with a red badge and item count on the taskbar icon.",
297
+
"renderer.components.settingsPage.showUnreadBadge.dock": "Show red badge on Dock icon to indicate unread messages",
localizeMessage('callsWidgetWindow.cannotStartCall.message','There is an in-progress call on another server that must be ended before joining a new call.'),
496
+
);
497
+
this.seenErrorMessage=true;
498
+
}
499
+
returnPromise.resolve();
500
+
}
501
+
486
502
// trying to join again the call we are already in should not be allowed.
0 commit comments