Skip to content

Commit

Permalink
Merge pull request #605 from lchauvin/collapsible-menu
Browse files Browse the repository at this point in the history
feat(ControlStrip): Moved menu button to ControlStrip
  • Loading branch information
floryst authored Jun 27, 2024
2 parents 2e361bf + 93a0e02 commit 53950c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/AppBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const aboutBoxDialog = ref(false);

<template>
<v-app-bar app clipped-left :height="48">
<v-btn v-if="mobile" icon="mdi-menu" @click="emit('click:left-menu')" />
<v-btn icon="mdi-menu" @click="emit('click:left-menu')" />
<v-toolbar-title class="d-flex flex-row align-center mt-3">
<vol-view-logo v-if="mobile" />
<vol-view-full-logo v-else />
Expand Down

0 comments on commit 53950c0

Please sign in to comment.