@lvce-editor/title-bar-worker 2.19.0 → 2.20.0

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.
@@ -2911,6 +2911,7 @@ const loadContent2 = async state => {
2911
2911
  return {
2912
2912
  ...state,
2913
2913
  titleBarEntries: withWidths,
2914
+ titleBarButtons: buttons,
2914
2915
  buttons,
2915
2916
  title,
2916
2917
  iconWidth
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lvce-editor/title-bar-worker",
3
- "version": "2.19.0",
3
+ "version": "2.20.0",
4
4
  "description": "Title Bar Worker",
5
5
  "repository": {
6
6
  "type": "git",