diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2021-04-14 19:05:01 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-14 19:05:01 +0200 |
| commit | f49de8b0cb772c6467fab1b8d45bd9f3dac837ce (patch) | |
| tree | 20f5f8df8ca020e608ebce68a2fc94ef8432095a /electron/src/renderer/components/InstallPalettes.vue | |
| parent | a68d2254df5f5d8795e67a97e5d6faf200963547 (diff) | |
Update Install Thread Color Palettes Extension (#1126)
Diffstat (limited to 'electron/src/renderer/components/InstallPalettes.vue')
| -rw-r--r-- | electron/src/renderer/components/InstallPalettes.vue | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/electron/src/renderer/components/InstallPalettes.vue b/electron/src/renderer/components/InstallPalettes.vue index a2f9c16a..3608f858 100644 --- a/electron/src/renderer/components/InstallPalettes.vue +++ b/electron/src/renderer/components/InstallPalettes.vue @@ -19,8 +19,13 @@ <translate>Ink/Stitch can install palettes for Inkscape matching the thread colors from popular machine embroidery thread manufacturers. </translate> </v-card-text> - <v-file-input class="mb-3 mx-3" webkitdirectory hide-details v-model="path" - :label="$gettext('Choose Inkscape directory')"></v-file-input> + <v-file-input class="mb-3 mx-3" webkitdirectory hide-details v-model="path" truncate-length="45" + :label="$gettext('Choose Inkscape directory')"> + </v-file-input> + <v-card-text> + <translate>If you are not sure which file path to choose, click on install directly. In most cases Ink/Stitch will guess the correct path. + </translate> + </v-card-text> <v-card-actions> <v-btn text color="primary" v-on:click="install"> <v-icon>mdi-palette</v-icon> |
