diff options
| author | Terry Truong <terry06890@gmail.com> | 2023-01-16 01:24:09 +1100 |
|---|---|---|
| committer | Terry Truong <terry06890@gmail.com> | 2023-01-16 01:24:09 +1100 |
| commit | a968f35c4057493300b2eff17c99a76fb780ba0c (patch) | |
| tree | 7f917fa710894ac89d7e73a15e33cffdb6a87f25 /src/App.vue | |
| parent | 1b14b45ac494c090037eb4c5f92321d1aebc59da (diff) | |
Add settings for hiding event lines and baseline
Diffstat (limited to 'src/App.vue')
| -rw-r--r-- | src/App.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/App.vue b/src/App.vue index fb9b0e9..b789d91 100644 --- a/src/App.vue +++ b/src/App.vue @@ -30,7 +30,7 @@ class="grow basis-full min-h-0 outline outline-1" @close="onTimelineClose(idx)" @state-chg="onTimelineChg($event, idx)" @event-display="onEventDisplay" @info-click="onInfoClick" @pointerenter="currentTimelineIdx = idx"/> - <base-line :vert="vert" :timelines="timelines" class='m-1 sm:m-2'/> + <base-line v-if="store.showBaseLine" :vert="vert" :timelines="timelines" class='m-1 sm:m-2'/> </div> <!-- Modals --> <transition name="fade"> |
