Skip to content

Commit

Permalink
ui: Fix bottom bar not toggling with cockpit-action command
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaellehmkuhl committed Aug 7, 2024
1 parent afa4a84 commit 4ee5f71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@
<div v-for="view in widgetStore.viewsToShow" :key="view.name">
<Transition name="fade">
<div
v-show="view.name === currentSelectedViewName"
v-show="view.name === currentSelectedViewName && showBottomBarNow"
class="bar bottom-bar"
:style="[
interfaceStore.globalGlassMenuStyles,
Expand Down

0 comments on commit 4ee5f71

Please sign in to comment.