@lvce-editor/activity-bar-worker 7.3.0 → 7.4.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.
@@ -272,7 +272,7 @@ const Unchecked = 3;
272
272
 
273
273
  const LeftClick = 0;
274
274
 
275
- const Web = 1;
275
+ const Electron = 2;
276
276
 
277
277
  const ExtensionManagementWorker = 9006;
278
278
  const RendererWorker = 1;
@@ -562,7 +562,7 @@ const getMenuEntriesSettings = state => {
562
562
  id: 'colorTheme',
563
563
  label: colorTheme()
564
564
  }];
565
- if (platform !== Web) {
565
+ if (platform === Electron) {
566
566
  items.push(menuEntrySeparator, {
567
567
  command: 'AutoUpdater.checkForUpdates',
568
568
  flags: None,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lvce-editor/activity-bar-worker",
3
- "version": "7.3.0",
3
+ "version": "7.4.0",
4
4
  "description": "Explorer Worker",
5
5
  "repository": {
6
6
  "type": "git",