@lvce-editor/title-bar-worker 4.15.0 → 4.15.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2907,8 +2907,8 @@ const getMenuEntries$6 = () => {
2907
2907
 
2908
2908
  const getMenuEntries$5 = () => {
2909
2909
  return [{
2910
- args: ['Terminal'],
2911
- command: 'Layout.togglePanel',
2910
+ args: [''],
2911
+ command: 'Layout.openIntegratedTerminal',
2912
2912
  flags: None,
2913
2913
  id: 'newTerminal',
2914
2914
  label: i18nString(NewTerminal)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lvce-editor/title-bar-worker",
3
- "version": "4.15.0",
3
+ "version": "4.15.1",
4
4
  "description": "Title Bar Worker",
5
5
  "repository": {
6
6
  "type": "git",