mirror of
https://github.com/JannisX11/blockbench.git
synced 2025-03-25 17:11:15 +08:00
Add separator to timeline focus menu
This commit is contained in:
parent
37ac99dbb3
commit
3700adb212
@ -789,6 +789,7 @@ BARS.defineActions(function() {
|
||||
{name: 'timeline.rotation', icon: channels.rotation ? on : off, click() {channels.rotation = !channels.rotation}},
|
||||
{name: 'timeline.position', icon: channels.position ? on : off, click() {channels.position = !channels.position}},
|
||||
{name: 'timeline.scale', icon: channels.scale ? on : off, click() {channels.scale = !channels.scale}},
|
||||
'_',
|
||||
{name: 'action.timeline_focus.hide_empty', icon: channels.hide_empty ? on : off, click() {channels.hide_empty = !channels.hide_empty}},
|
||||
]
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user