Web: Client: ProfileActionsStore: add icon

This commit is contained in:
Viktor Fomin 2022-07-22 10:31:32 +03:00
parent 180aa03d95
commit 61a1862f50

View File

@ -194,6 +194,7 @@ class ProfileActionsStore {
if (debugInfo) { if (debugInfo) {
actions.splice(3, 0, { actions.splice(3, 0, {
key: "DebugBtn", key: "DebugBtn",
icon: "/static/images/info.react.svg",
label: "Debug Info", label: "Debug Info",
onClick: this.onDebugClick, onClick: this.onDebugClick,
}); });