We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 171ce28 commit cd0e125Copy full SHA for cd0e125
src/ui/components/native/DialogChooseFolder.vue
@@ -10,21 +10,6 @@
10
<span class="text-h6">{{ t('LabelChoosefolder') }}</span>
11
<v-btn color="primary" @click="onSave">{{ t('LabelSelect') }}</v-btn>
12
</div>
13
- <!-- <v-row no-gutters>
14
- <v-col class="flex-grow-1">
15
- <v-card-title class="headline">
16
- {{ t('LabelChoosefolder') }}
17
- </v-card-title>
18
- </v-col>
19
- <v-col class="flex-grow-0">
20
- <v-btn
21
- color="primary"
22
- class="ma-2"
23
- @click="onSave">
24
- select
25
- </v-btn>
26
27
- </v-row> -->
28
29
<!-- Scrollable area -->
30
<v-card-text class="flex-grow-1 overflow-y-auto">
0 commit comments