mirror of
https://github.com/friendica/friendica
synced 2025-04-25 07:50:10 +00:00
New option to disable SVG icons / Functionality added to Vier
This commit is contained in:
parent
eded4209d2
commit
f36353e010
4 changed files with 19 additions and 2 deletions
|
@ -253,6 +253,7 @@ class Display extends BaseSettings
|
|||
$hide_custom_emojis = $this->pConfig->get($uid, 'accessibility', 'hide_custom_emojis', false);
|
||||
$platform_icon_style = $this->pConfig->get($uid, 'accessibility', 'platform_icon_style', ContactSelector::SVG_COLOR_BLACK);
|
||||
$platform_icon_styles = [
|
||||
ContactSelector::SVG_DISABLED => $this->t('Disabled'),
|
||||
ContactSelector::SVG_COLOR_BLACK => $this->t('Color/Black'),
|
||||
ContactSelector::SVG_BLACK => $this->t('Black'),
|
||||
ContactSelector::SVG_COLOR_WHITE => $this->t('Color/White'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue