Skip to content

Commit

Permalink
Added more descriptive text.
Browse files Browse the repository at this point in the history
  • Loading branch information
sunflowr committed Nov 24, 2019
1 parent 1b235a3 commit e4ebbfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/SysExTool.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
placeholder="Select a file to convert"
@change="onFileChange"
/>
<div v-if="fileTest">{{ fileTest }}</div>
<div v-if="fileTest">File identified as: {{ fileTest }}</div>
<v-btn color="primary" :disabled="inputFile == null" large @click="convert">Convert</v-btn>
<v-dialog v-model="convertDialog" persistent max-width="640px">
<v-card>
Expand Down

0 comments on commit e4ebbfe

Please sign in to comment.