@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
|
|
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
|
|
565
|
+
if (platform === Electron) {
|
|
566
566
|
items.push(menuEntrySeparator, {
|
|
567
567
|
command: 'AutoUpdater.checkForUpdates',
|
|
568
568
|
flags: None,
|