Skip to content

Commit

Permalink
Alpha 0.8.18
Browse files Browse the repository at this point in the history
  • Loading branch information
MintyTrebor authored May 8, 2021
1 parent ed2e1a1 commit 362efa0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/BtnCmdMainPanel.vue
Original file line number Diff line number Diff line change
Expand Up @@ -369,10 +369,10 @@
</v-col>
</v-row>
<!-- Normal Footer with action messages-->
<v-footer v-if="!settingsMode && !editMode && !createMode && btnCmd.globalSettings.enableActionMsg && !mobileActive" height="37" absolute width="100%" class="pa-0 ma-0" :style="`z-index:${currTabObj.lastZIndex+1}; bottom: 12px;`">
<v-footer v-if="!settingsMode && !editMode && !createMode && btnCmd.globalSettings.enableActionMsg" height="37" absolute width="100%" class="pa-0 ma-0" :style="`z-index:${currTabObj.lastZIndex+1}; bottom: 12px;`">
<v-row class="pa-0 ma-0">
<div>
<span v-if="btnCmd.globalSettings.enableActionMsg && !mobileActive" class="text-caption mx-4">{{ actionResponse }}</span>
<span v-if="!mobileActive" class="text-caption mx-4">{{ actionResponse }}</span>
</div>
<v-spacer></v-spacer>
<div class="mx-2" v-if="!backupMode && !editMode">
Expand Down

0 comments on commit 362efa0

Please # to comment.