Update index.ts

pull/2278/head
bunsenstraat 3 years ago committed by yann300
parent 205742d364
commit b730729e4a
  1. 1
      libs/remix-ui/workspace/src/lib/actions/index.ts

@ -300,7 +300,6 @@ export const handleDownloadFiles = async () => {
export const restoreBackupZip = async () => {
await plugin.appManager.activatePlugin(['restorebackupzip'])
await plugin.call('mainPanel', 'showContent', 'restorebackupzip')
plugin.verticalIcons.select('restorebackupzip')
_paq.push(['trackEvent', 'pluginManager', 'userActivate', 'restorebackupzip'])
}

Loading…
Cancel
Save