|
|
@ -32,7 +32,7 @@ export class TemplatesPlugin extends Plugin { |
|
|
|
message: 'This template is not available in the desktop version', |
|
|
|
message: 'This template is not available in the desktop version', |
|
|
|
}) |
|
|
|
}) |
|
|
|
return |
|
|
|
return |
|
|
|
}else if(metadata.type === 'plugin'){ |
|
|
|
} else if (metadata.type === 'plugin'){ |
|
|
|
this.call('notification', 'alert', { |
|
|
|
this.call('notification', 'alert', { |
|
|
|
id: 'dgitAlert', |
|
|
|
id: 'dgitAlert', |
|
|
|
message: 'This template is not available in the desktop version', |
|
|
|
message: 'This template is not available in the desktop version', |
|
|
|