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 147
147
<h3 > Anteprima Toolbar </h3 >
148
148
<v-toolbar >
149
149
<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 >
151
151
<v-spacer ></v-spacer >
152
152
<v-toolbar-items >
153
153
<template v-for =" button , i in activity .buttons " >
@@ -345,7 +345,6 @@ export default {
345
345
' search' ,
346
346
' settings' ,
347
347
' stars' ,
348
- ' sentiment_satisfied_alt' ,
349
348
' games' ,
350
349
' loop' ,
351
350
' replay' ,
@@ -488,8 +487,15 @@ export default {
488
487
this .activity .buttons .splice (index, 1 )
489
488
},
490
489
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
+ ] },
493
499
restoreDefaults : function () {
494
500
this .activity .buttons = [{
495
501
label: ' Esegui' ,
You can’t perform that action at this time.
0 commit comments