Add timeline menu to menu bar

This commit is contained in:
JannisX11 2023-05-26 23:51:08 +02:00
parent 0b124dc8a0
commit 2013208317

View File

@ -359,6 +359,14 @@ const MenuBar = {
condition: {modes: ['animate']}
})
new BarMenu('timeline', Timeline.menu.structure, {
name: 'panel.timeline',
condition: {modes: ['animate'], method: () => !AnimationController.selected},
onOpen() {
setActivePanel('timeline');
}
})
new BarMenu('display', [
'copy',
'paste',