From 40f20f678566db5a1023eb84c4451cb133f3a138 Mon Sep 17 00:00:00 2001 From: Hilal Alsibai Date: Wed, 22 Sep 2021 19:01:54 -0700 Subject: [PATCH] Introduce an internal FDS Flipper plugin Summary: Adding a Flipper plugin that is isolated to design systems engineering / FDS. This is essentially our dumping grounds of useful utilities for FDS. The first thing I've added is the ability to dump / view the ui tracker hierarchy, which will be useful for development / debugging. Differential Revision: D31076277 fbshipit-source-id: 5aff639368945796dc3ebab603dadb8d43d7b699 --- desktop/static/icons.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/desktop/static/icons.json b/desktop/static/icons.json index 983396d37..ca3848027 100644 --- a/desktop/static/icons.json +++ b/desktop/static/icons.json @@ -600,5 +600,8 @@ ], "camcorder-live": [ 16 + ], + "app-facebook-circle": [ + 16 ] } \ No newline at end of file