Skip to content

Commit

Permalink
fix: Fix typo in "Exclude pinned tabs"
Browse files Browse the repository at this point in the history
  • Loading branch information
navorite committed Oct 19, 2023
1 parent 8480297 commit c4d9bc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/options/pages/General.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
/>

<Switch
title="Exculde pinned tabs from session"
title="Exclude pinned tabs from session"
checked={$settings.excludePinned}
on:change={() =>
settings.changeSetting('excludePinned', !$settings.excludePinned)}
Expand Down

0 comments on commit c4d9bc8

Please sign in to comment.