{#if !electron} runCommand('about.show')} /> {/if} {#each ($favorites || []).filter(x => x.showInToolbar) as item} openFavorite(item)} icon={item.icon || 'icon favorite'}> {item.title} {/each} {#each list.filter(x => !x.isRelatedToTab) as command} {command.toolbarName || command.name} {/each}
{#if $activeTab && list.filter(x => x.isRelatedToTab).length > 0}
{$activeTab.title}:
{/if} {#each list.filter(x => x.isRelatedToTab) as command} {command.toolbarName || command.name} {/each}