tpmkms_4wp 9.1.1-beta.22 → 9.1.1-beta.23

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.
package/common/menus.js CHANGED
@@ -218,7 +218,9 @@ const fixtures = async ({api, fragment, s, config, objects, kms, isModule}) => {
218
218
  const objectMenuId = api.addMenu('object')
219
219
 
220
220
  api.addMenuItem(fileMenuId, 'fileOpen', 'open')
221
+ api.addMenuItem(fileMenuId, 'fileOpenRemote', 'open remote')
221
222
  api.addMenuItem(fileMenuId, 'fileClose', 'close')
223
+
222
224
  api.addMenuItem(objectMenuId, 'objectOpen', 'open')
223
225
  api.addMenuItem(objectMenuId, 'objectClose', 'close')
224
226
  }