Skip to content

Commit

Permalink
Hide activity bar if use_panels is set to false
Browse files Browse the repository at this point in the history
  • Loading branch information
guerler committed Apr 18, 2024
1 parent 235f84f commit 3e427a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/entry/analysis/modules/Analysis.vue
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ onUnmounted(() => {

<template>
<div id="columns" class="d-flex">
<ActivityBar />
<ActivityBar v-if="showPanels" />
<div id="center" class="overflow-auto p-3 w-100">
<CenterFrame v-show="showCenter" id="galaxy_main" @load="onLoad" />
<div v-show="!showCenter" class="h-100">
Expand Down

0 comments on commit 3e427a7

Please sign in to comment.