[mirotalksfu] - fix typo
هذا الالتزام موجود في:
@@ -299,7 +299,7 @@ SHOW_EMOJI=true # Show emoji button (true|fals
|
|||||||
SHOW_SETTINGS=true # Show settings button (true|false)
|
SHOW_SETTINGS=true # Show settings button (true|false)
|
||||||
SHOW_ABOUT=true # Show about button (true|false)
|
SHOW_ABOUT=true # Show about button (true|false)
|
||||||
SHOW_EXIT_BUTTON=true # Show exit button (true|false)
|
SHOW_EXIT_BUTTON=true # Show exit button (true|false)
|
||||||
SHOW_EXTRA_BUTTONS=true # Show extra buttons (true|false)
|
SHOW_EXTRA_BUTTON=true # Show extra buttons (true|false)
|
||||||
|
|
||||||
# Settings Panel
|
# Settings Panel
|
||||||
ENABLE_FILE_SHARING=true # Enable file sharing (true|false)
|
ENABLE_FILE_SHARING=true # Enable file sharing (true|false)
|
||||||
|
|||||||
@@ -1124,7 +1124,7 @@ module.exports = {
|
|||||||
settingsButton: process.env.SHOW_SETTINGS !== 'false',
|
settingsButton: process.env.SHOW_SETTINGS !== 'false',
|
||||||
aboutButton: process.env.SHOW_ABOUT !== 'false',
|
aboutButton: process.env.SHOW_ABOUT !== 'false',
|
||||||
exitButton: process.env.SHOW_EXIT_BUTTON !== 'false',
|
exitButton: process.env.SHOW_EXIT_BUTTON !== 'false',
|
||||||
extraButton: process.env.SHOW_EXTRA_BUTTONS !== 'false',
|
extraButton: process.env.SHOW_EXTRA_BUTTON !== 'false',
|
||||||
},
|
},
|
||||||
|
|
||||||
// Settings panel buttons and options
|
// Settings panel buttons and options
|
||||||
|
|||||||
المرجع في مشكلة جديدة
حظر مستخدم