summaryrefslogtreecommitdiff
path: root/frontend/app/views/graph/components/graph.header.js
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2021-04-01 15:31:52 +0200
committerJules Laplace <julescarbon@gmail.com>2021-04-01 15:31:52 +0200
commit5cafa9d43b769e6f60740f59293ddf3588e7b8ad (patch)
treea3d378cfbb91bec5c549e187e177a1fc327ef1fb /frontend/app/views/graph/components/graph.header.js
parent8c733583739517ff453d561f3b8fc5ca0d334819 (diff)
migration: add settings to uploads. cursor upload
Diffstat (limited to 'frontend/app/views/graph/components/graph.header.js')
-rw-r--r--frontend/app/views/graph/components/graph.header.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/frontend/app/views/graph/components/graph.header.js b/frontend/app/views/graph/components/graph.header.js
index 0766580..f99f7dc 100644
--- a/frontend/app/views/graph/components/graph.header.js
+++ b/frontend/app/views/graph/components/graph.header.js
@@ -14,6 +14,7 @@ function GraphHeader(props) {
</div>
<div>
<button onClick={() => props.graphActions.toggleAddPageForm()}>+ Add page</button>
+ <button onClick={() => props.graphActions.toggleCursorList()}>+ Cursors</button>
<button onClick={() => props.graphActions.toggleAudioList()}>+ Audio</button>
</div>
</header>