search settings improvement

This commit is contained in:
SPRINX0\prochazka
2024-12-20 08:42:30 +01:00
parent c65bf51dcd
commit edf64db69a
5 changed files with 25 additions and 21 deletions

View File

@@ -217,7 +217,12 @@
}}
/>
<CloseSearchButton bind:filter />
<DropDownButton icon="icon filter" menu={createSearchMenu} square={!!filter} narrow={false} />
<DropDownButton
icon={filter ? 'img filter-active' : 'icon filter'}
menu={createSearchMenu}
square={!!filter}
narrow={false}
/>
{#if $commandsCustomized['new.connection']?.enabled}
<InlineButton
on:click={() => runCommand('new.connection')}