diff options
Diffstat (limited to 'electron/src/renderer/components/InstallPalettes.vue')
| -rw-r--r-- | electron/src/renderer/components/InstallPalettes.vue | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/electron/src/renderer/components/InstallPalettes.vue b/electron/src/renderer/components/InstallPalettes.vue index 85bf5578..a2f9c16a 100644 --- a/electron/src/renderer/components/InstallPalettes.vue +++ b/electron/src/renderer/components/InstallPalettes.vue @@ -1,3 +1,12 @@ +<!-- + + Authors: see git history + + Copyright (c) 2010 Authors + Licensed under the GNU GPL version 3.0 or later. See the file LICENSE for details. + +--> + <template> <v-dialog max-width="500px" value="true"> <v-card v-if="step == 'pick'" key="pick" rounded="lg" :loading="installing" :disabled="installing"> |
