Skip to content

Commit

Permalink
src: App.vue: add condition check for top bar
Browse files Browse the repository at this point in the history
  • Loading branch information
ES-Alexander authored and rafaellehmkuhl committed Jan 17, 2025
1 parent 24715a9 commit 01b7c21
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,7 @@
<div ref="routerSection" class="router-view">
<div class="main-view" :class="{ 'edit-mode': widgetStore.editingMode }" :style="connectionStatusFeedback">
<div
v-show="showTopBarNow"
id="mainTopBar"
class="bar top-bar"
:style="[
Expand Down

0 comments on commit 01b7c21

Please sign in to comment.