mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-11-24 05:29:51 +03:00
Don't show "Filter" button when no branhes (#4093)
This commit is contained in:
parent
81f683777e
commit
c83dec6bca
@ -24,6 +24,7 @@
|
||||
<Badge {count} />
|
||||
{/if}
|
||||
</div>
|
||||
{#if count && count > 0}
|
||||
<div class="header__filter-btn" bind:this={filterButton}>
|
||||
<Button
|
||||
style="ghost"
|
||||
@ -40,6 +41,7 @@
|
||||
<slot name="context-menu" {visible} />
|
||||
</div>
|
||||
</div>
|
||||
{/if}
|
||||
</div>
|
||||
|
||||
<style lang="postcss">
|
||||
|
Loading…
Reference in New Issue
Block a user