|
|
@ -389,7 +389,7 @@ export class LandingPage extends ViewPlugin { |
|
|
|
const migrateWorkspace = async () => { |
|
|
|
const migrateWorkspace = async () => { |
|
|
|
modalDialog( |
|
|
|
modalDialog( |
|
|
|
'File system Migration', |
|
|
|
'File system Migration', |
|
|
|
yo`<span>'Do you want to save your files first?'</span>`, |
|
|
|
yo`<span>'Do you want to download your files to local device first?'</span>`, |
|
|
|
{ |
|
|
|
{ |
|
|
|
label: 'Download und Migrate', |
|
|
|
label: 'Download und Migrate', |
|
|
|
fn: async () => { await downloadFiles() } |
|
|
|
fn: async () => { await downloadFiles() } |
|
|
|