File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed
Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change 147147 <h3 > Anteprima Toolbar </h3 >
148148 <v-toolbar >
149149 <v-toolbar-side-icon v-if =" activity.drawerEnabled" ></v-toolbar-side-icon >
150- <v-toolbar-title v-if =" activity.showName" >Attività 1 </v-toolbar-title >
150+ <v-toolbar-title v-if =" activity.showName" >{{ activity.name || "Nome Attività"}} </v-toolbar-title >
151151 <v-spacer ></v-spacer >
152152 <v-toolbar-items >
153153 <template v-for =" button , i in activity .buttons " >
@@ -345,7 +345,6 @@ export default {
345345 ' search' ,
346346 ' settings' ,
347347 ' stars' ,
348- ' sentiment_satisfied_alt' ,
349348 ' games' ,
350349 ' loop' ,
351350 ' replay' ,
@@ -488,8 +487,15 @@ export default {
488487 this .activity .buttons .splice (index, 1 )
489488 },
490489 removeAll : function () {
491- this .activity .buttons = []
492- },
490+ this .activity .buttons = [{
491+ label: ' Esegui' ,
492+ icon: ' play_arrow' ,
493+ colorBtn: ' green' ,
494+ colorText: ' white--text' ,
495+ action: ' runProgramLegacy' ,
496+ notErasable: true
497+ }
498+ ] },
493499 restoreDefaults : function () {
494500 this .activity .buttons = [{
495501 label: ' Esegui' ,
You can’t perform that action at this time.
0 commit comments