Commit ac01027a authored by lianahus's avatar lianahus Committed by Liana Husikyan

fixed the plugin activation

parent 6036bd20
...@@ -302,9 +302,9 @@ export class LandingPage extends ViewPlugin { ...@@ -302,9 +302,9 @@ export class LandingPage extends ViewPlugin {
this.verticalIcons.select('pluginManager') this.verticalIcons.select('pluginManager')
} }
const startRestoreBackupZip = async () => { const startRestoreBackupZip = async () => {
await this.appManager.activatePlugin(['restoreBackupZip']) await this.appManager.activatePlugin(['restorebackupzip'])
this.verticalIcons.select('restoreBackupZip') this.verticalIcons.select('restorebackupzip')
_paq.push(['trackEvent', 'pluginManager', 'userActivate', 'restoreBackupZip']) _paq.push(['trackEvent', 'pluginManager', 'userActivate', 'restorebackupzip'])
} }
const createNewFile = () => { const createNewFile = () => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment