Skip to content

Commit

Permalink
feat: ✨ active fullscreen command_button if fullscreen
Browse files Browse the repository at this point in the history
  • Loading branch information
Leecason committed Mar 15, 2020
1 parent b1081a8 commit 54420d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/MenuCommands/FullscreenCommandButton.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
:command="toggleFullScreen"
:tooltip="buttonTooltip"
:icon="isFullscreen ? 'compress' : 'expand'"
:is-active="isFullscreen"
/>
</template>

Expand Down

0 comments on commit 54420d9

Please sign in to comment.