This commit is contained in:
Jan Prochazka
2021-03-27 10:20:40 +01:00
parent d8fcbc8c17
commit 987fe6095a
3 changed files with 11 additions and 5 deletions

View File

@@ -85,10 +85,10 @@
});
registerCommand({
id: 'tabs.share',
id: 'tabs.addToFavorites',
category: 'Tabs',
name: 'Share',
icon: 'icon share',
name: 'Favorites',
icon: 'icon favorite',
toolbar: true,
testEnabled: () =>
getActiveTab()?.tabComponent &&