pull/5370/head
filip mertens 9 months ago
parent 9882c45ff5
commit 65cdd3c9bf
  1. 2
      apps/remixdesktop/src/plugins/templates.ts

@ -44,7 +44,7 @@ class TemplatesPluginClient extends ElectronBasePluginClient {
async loadTemplateInNewWindow(files: any) {
let folder = await this.call('fs' as any, 'selectFolder', null, 'Select or create a folder to load the template in', 'Set as destination folder for the template')
let folder = await this.call('fs' as any, 'selectFolder', null, 'Select or create a folder to load the files in', 'Set as destination folder for the files')
if (!folder || folder === '') return
// @ts-ignore

Loading…
Cancel
Save