diff --git a/src/components/ControlPanel.jsx b/src/components/ControlPanel.jsx
index 5f8670b..b7c9087 100644
--- a/src/components/ControlPanel.jsx
+++ b/src/components/ControlPanel.jsx
@@ -1167,6 +1167,9 @@ export default function ControlPanel({
},
},
Settings: {
+ "Show timeline": {
+ function: () => setSidesheet(SIDESHEET.TIMELINE),
+ },
Autosave: {
function: () =>
setSettings((prev) => {
@@ -2233,14 +2236,6 @@ export default function ControlPanel({
-
-
-