Skip to content

Commit

Permalink
Merge pull request #267 from andrei-g99/master
Browse files Browse the repository at this point in the history
Update to toggle downloads popup in the navbar on clicking the downloads button
  • Loading branch information
Jazcash authored Sep 16, 2024
2 parents f5d0eaa + f43504e commit 2110b3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/components/navbar/NavBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
v-tooltip.bottom="'Downloads'"
v-click-away:downloads="() => (downloadsOpen = false)"
:class="['icon', { active: downloadsOpen }]"
@click="downloadsOpen = true"
@click="downloadsOpen = !downloadsOpen"
/>
<Button v-tooltip.bottom="'Settings'" class="icon" @click="settingsOpen = true">
<Icon :icon="cog" :height="40" />
Expand Down

0 comments on commit 2110b3c

Please sign in to comment.