show cutom favorite component fallback (#594)

This commit is contained in:
Cilibiu Bogdan 2018-08-31 21:35:10 +03:00 committed by Denys Vuika
parent a9c6d0f942
commit 54345c12b7

View File

@ -653,6 +653,16 @@
"visible": "app.toolbar.favorite.canRemove"
}
},
{
"id": "app.viewer.favorite",
"comment": "workaround for Recent Files and Search API issue",
"type": "custom",
"order": 101,
"component": "app.toolbar.toggleFavorite",
"rules": {
"visible": "app.toolbar.favorite.canToggle"
}
},
{
"id": "app.viewer.share",
"order": 300,