Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMarco <marcoambrosini@pm.me>2022-07-21 19:21:53 +0300
committerGitHub <noreply@github.com>2022-07-21 19:21:53 +0300
commit24f0acc485d74db1518cb0f44477f87113313c74 (patch)
treea89f6fcfbacd728e06fc568e2bbb54c53dac0b13 /src
parente5e6cd72bf604766c71cfa7e9177bbbb5a41b55c (diff)
parent2b1865248eca86b21ea12efacd166d3be2df7c9a (diff)
Merge pull request #7615 from nextcloud/bugfix/noid/fix-invalid-settings-ids
Fix invalid setting sections IDs
Diffstat (limited to 'src')
-rw-r--r--src/components/SettingsDialog/SettingsDialog.vue11
1 files changed, 8 insertions, 3 deletions
diff --git a/src/components/SettingsDialog/SettingsDialog.vue b/src/components/SettingsDialog/SettingsDialog.vue
index 738640723..e091aacbe 100644
--- a/src/components/SettingsDialog/SettingsDialog.vue
+++ b/src/components/SettingsDialog/SettingsDialog.vue
@@ -24,11 +24,13 @@
:show-navigation="true"
first-selected-section="keyboard shortcuts"
:container="container">
- <AppSettingsSection :title="t('spreed', 'Choose devices')"
+ <AppSettingsSection id="devices"
+ :title="t('spreed', 'Choose devices')"
class="app-settings-section">
<MediaDevicesPreview />
</AppSettingsSection>
<AppSettingsSection v-if="!isGuest"
+ id="attachments"
:title="t('spreed', 'Attachments folder')"
class="app-settings-section">
<h3 class="app-settings-section__hint">
@@ -41,6 +43,7 @@
@click="selectAttachmentFolder">
</AppSettingsSection>
<AppSettingsSection v-if="!isGuest"
+ id="privacy"
:title="t('spreed', 'Privacy')"
class="app-settings-section">
<CheckboxRadioSwitch id="read_status_privacy"
@@ -52,7 +55,8 @@
{{ t('spreed', 'Share my read-status and show the read-status of others') }}
</CheckboxRadioSwitch>
</AppSettingsSection>
- <AppSettingsSection :title="t('spreed', 'Sounds')"
+ <AppSettingsSection id="sounds"
+ :title="t('spreed', 'Sounds')"
class="app-settings-section">
<CheckboxRadioSwitch id="play_sounds"
:checked="playSounds"
@@ -71,7 +75,8 @@
{{ t('spreed', 'Sounds for chat and call notifications can be adjusted in the personal settings.') }} ↗
</a>
</AppSettingsSection>
- <AppSettingsSection :title="t('spreed', 'Keyboard shortcuts')">
+ <AppSettingsSection id="shortcuts"
+ :title="t('spreed', 'Keyboard shortcuts')">
<em>{{ t('spreed', 'Speed up your Talk experience with these quick shortcuts.') }}</em>
<dl>