mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 03:12:29 +00:00
Adds provider name to fix welcomepage text.
* Removes unused ADD_PEOPLE_APP_NAME * Moves deep-link header background and logo size as variables. * Fixes more numbers page space in the header. * Fixes left padding on deep-linking mobile page.
This commit is contained in:
@@ -29,6 +29,7 @@ var interfaceConfig = {
|
||||
DISPLAY_WELCOME_PAGE_CONTENT: true,
|
||||
APP_NAME: 'Jitsi Meet',
|
||||
NATIVE_APP_NAME: 'Jitsi Meet',
|
||||
PROVIDER_NAME: 'Jitsi',
|
||||
LANG_DETECTION: false, // Allow i18n to detect the system language
|
||||
INVITATION_POWERED_BY: true,
|
||||
|
||||
@@ -153,11 +154,6 @@ var interfaceConfig = {
|
||||
*/
|
||||
CONNECTION_INDICATOR_DISABLED: false,
|
||||
|
||||
/**
|
||||
* The name of the application connected to the "Add people" search service.
|
||||
*/
|
||||
// ADD_PEOPLE_APP_NAME: "",
|
||||
|
||||
/**
|
||||
* If true, hides the video quality label indicating the resolution status
|
||||
* of the current large video.
|
||||
|
||||
Reference in New Issue
Block a user