File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change 6
6
<sidebar mobileDrawAnim =0 ></sidebar >
7
7
<v-toolbar color =" indigo" dark fixed app >
8
8
<v-toolbar-side-icon @click.stop =" toggleSidebar()" v-if =" activity.drawerEnabled" ></v-toolbar-side-icon >
9
- <v-toolbar-title v-if =" activity.showName" >
10
- {{ activity.name }}
11
- </v-toolbar-title >
9
+ <v-toolbar-title v-if =" activity.showName" >
10
+ {{ activity.name }}
11
+ </v-toolbar-title >
12
12
<v-spacer ></v-spacer >
13
13
<v-toolbar-items >
14
14
<!-- If the API is available, show the desired buttons -->
@@ -1581,6 +1581,11 @@ export default {
1581
1581
}
1582
1582
},
1583
1583
1584
+ toggleSaveAs () {
1585
+ this .salva = true
1586
+ newProgramName = programName
1587
+ },
1588
+
1584
1589
saveProgramAs (e ) {
1585
1590
if (this .newProgramName != ' ' ) {
1586
1591
if (this .isDefault == " True" && this .programName == this .newProgramName ) {
You can’t perform that action at this time.
0 commit comments