settings: make timeline path readonly

Signed-off-by: Varun Patil <radialapps@gmail.com>
pull/672/head
Varun Patil 2023-05-21 20:08:19 -07:00
parent fe2ff5d23c
commit f842012954
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@
>
<NcAppSettingsSection id="general-settings" :title="t('memories', 'General')">
<label for="timeline-path">{{ t('memories', 'Timeline Path') }}</label>
<input id="timeline-path" @click="chooseTimelinePath" v-model="config.timeline_path" type="text" />
<input id="timeline-path" @click="chooseTimelinePath" v-model="config.timeline_path" type="text" readonly />
<NcCheckboxRadioSwitch :checked.sync="config.square_thumbs" @update:checked="updateSquareThumbs" type="switch">
{{ t('memories', 'Square grid mode') }}