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 {
306306 }
307307 ],
308308 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 ' },
313313 ],
314314 value: 0 ,
315315
@@ -416,14 +416,14 @@ export default {
416416 icon: ' play_arrow' ,
417417 colorBtn: ' green' ,
418418 colorText: ' white--text' ,
419- action: ' run '
419+ action: ' runProgramLegacy '
420420 },
421421 {
422422 label: ' Codice' ,
423423 icon: ' code' ,
424424 colorBtn: ' blue' ,
425425 colorText: ' white--text' ,
426- action: ' showcode '
426+ action: ' getProgramCode '
427427 }
428428 ]
429429 }
You can’t perform that action at this time.
0 commit comments