@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.)
hq.recaptime.dev/wiki/Phorge
···132132133133134134 /**
135135+ * Return an icon for the panel in the menu.
136136+ *
137137+ * @return string Icon identifier.
138138+ * @task config
139139+ */
140140+ public function getPanelMenuIcon() {
141141+ return 'fa-wrench';
142142+ }
143143+144144+ /**
135145 * Return a panel group key constant for this panel.
136146 *
137147 * @return const Panel group key.