Update show content call

auto_exec_v2
David Disu 3 years ago committed by yann300
parent 7af49d0478
commit 57da48040b
  1. 1
      libs/remix-ui/workspace/src/lib/actions/index.ts

@ -299,6 +299,7 @@ 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