File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -306,10 +306,10 @@ export default {
306
306
}
307
307
],
308
308
actions: [
309
- { text: ' Esegui' , value: ' run ' },
310
- { text: ' Salva' , value: ' save ' },
311
- { text: ' Salva con Nome' , value: ' saveas' },
312
- { text: ' Mostra Codice' , value: ' showcode ' },
309
+ { text: ' Esegui' , value: ' runProgramLegacy ' },
310
+ { text: ' Salva' , value: ' saveProgram ' },
311
+ // { text: 'Salva con Nome', value: 'saveas' },
312
+ { text: ' Mostra Codice' , value: ' getProgramCode ' },
313
313
],
314
314
value: 0 ,
315
315
@@ -416,14 +416,14 @@ export default {
416
416
icon: ' play_arrow' ,
417
417
colorBtn: ' green' ,
418
418
colorText: ' white--text' ,
419
- action: ' run '
419
+ action: ' runProgramLegacy '
420
420
},
421
421
{
422
422
label: ' Codice' ,
423
423
icon: ' code' ,
424
424
colorBtn: ' blue' ,
425
425
colorText: ' white--text' ,
426
- action: ' showcode '
426
+ action: ' getProgramCode '
427
427
}
428
428
]
429
429
}
You can’t perform that action at this time.
0 commit comments