1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-05 19:42:38 +02:00
Daniel Neto 2023-02-26 10:25:50 -03:00
parent d0988b5a8c
commit 9b56290692
6 changed files with 110 additions and 13 deletions

View file

@ -317,7 +317,9 @@ class CustomizeAdvanced extends PluginAbstract {
$obj->doNotDisplayPluginsTags = false;
$obj->showNotRatedLabel = false;
$obj->showShareMenuOpenByDefault = false;
/**
* @var mixed[] $global
*/
foreach ($global['social_medias'] as $key => $value) {
eval("\$obj->showShareButton_{$key} = true;");
}